raexera / yoru

A custom Linux environment built on AwesomeWM
GNU General Public License v3.0
3.48k stars 198 forks source link

Colorscheme for windows terminal #107

Closed davebrouwer1 closed 2 years ago

davebrouwer1 commented 2 years ago

Hello, so I still use Windows on my personal gaming pc with WSL 2 enabled, I was wondering if there was a way to get the aesthetic night colorscheme in the windows terminal, right now using Tokyo Nights, but since I use these dotfiles on my laptop, I though it would be cool to get the colorscheme working on my windows, thanks in advance!

Deathemonic commented 2 years ago

IDK, @rxyhn should I make one?

Deathemonic commented 2 years ago
{
    "name": "Aesthetic-Night",

    "cursorColor": "#d9d7d6",
    "selectionBackground": "#d9d7d6",

    "background": "#061115",
    "foreground": "#d9d7d6",

    "black": "#1C252C",
    "red": "#DF5B61",
    "green": "#78B892",
    "yellow": "#DE8F78",
    "blue": "#6791C9",
    "purple": "#BC83E3",
    "cyan": "#67AFC1",
    "white": "#E5E5E5",

    "brightBlack": "#484E5B",
    "brightRed": "#F16269",
    "brightGreen": "#8CD7AA",
    "brightYellow": "#E9967E",
    "brightBlue": "#79AAEB",
    "brightPurple": "#C488EC",
    "brightCyan": "#7ACFE4",
    "brightWhite": "#D9D7D6"
}
Deathemonic commented 2 years ago

@rxyhn this now close (due to updated color scheme and unnecessary port)