Rigellute / rigel

🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
https://rigel.netlify.com/
512 stars 37 forks source link

[Addition] Windows Terminal Theme #23

Closed Erigara closed 2 years ago

Erigara commented 2 years ago

Rigel colorscheme could be installed into Windows Terminal by adding following entry into schemes array of settings.json.

I only doubt the choice of selectionBackground color.

{
    "name": "rigel",

    "cursorColor": "#FFCC1B",
    "selectionBackground": "#E6E6DC",

    "background": "#002635",
    "foreground": "#E6E6DC",

    "black": "#00384D",
    "blue": "#1C8DB2",    
    "cyan": "#00CCCC",
    "green": "#7FC06E",
    "purple": "#C694FF",
    "red": "#C43061",
    "white": "#77929E",
    "yellow": "#F08E48",
    "brightBlack": "#517F8D",
    "brightBlue": "#7EB2DD",
    "brightCyan": "#00FFFF",
    "brightGreen": "#9CF087",
    "brightPurple": "#FB94FF",
    "brightRed": "#FF5A67",
    "brightWhite": "#B7CFF9",
    "brightYellow": "#FFCC1B"
},