A port of Wes Bos's updated Cobalt2 colour scheme for iTerm2 (wesbos/Cobalt2-iterm@7231dc8).
Paste the colour scheme into the schemes
array of your Windows Terminal settings.json file.
A port of Wes Bos's updated Cobalt2 colour scheme for iTerm2 (wesbos/Cobalt2-iterm@7231dc8).
Paste the colour scheme into the schemes
array of your Windows Terminal settings.json file.
{ | |
"name": "Cobalt2", | |
"cursorColor": "#F4D300", | |
"selectionBackground": "#1F4562", | |
"background": "#173448", | |
"foreground": "#FFFFFF", | |
"black": "#000000", | |
"red": "#FF2600", | |
"green": "#3DDF2B", | |
"yellow": "#F4D300", | |
"blue": "#1478DB", | |
"purple": "#FF2C70", | |
"cyan": "#00C5C7", | |
"white": "#C7C7C7", | |
"brightBlack": "#686868", | |
"brightRed": "#F92A1C", | |
"brightGreen": "#43D426", | |
"brightYellow": "#F1D000", | |
"brightBlue": "#6871FF", | |
"brightPurple": "#FF77FF", | |
"brightCyan": "#79E8FB", | |
"brightWhite": "#FFFFFF" | |
} |