warp-themes/standard/classic_vivid.yaml
JD Lien c249706201
Add Classic Vivid color theme (#40)
* Add Classic Vivid color theme

A color theme that incorporates mostly "pure" colors from computing systems of yore, as would be used on MS DOS or typical Unix command lines. Has a few tweaks from 100% pure colors for improved contrast (eg normal blue is lighter, normal green is darker).

* Added Classic Vivid preview
2022-07-21 14:28:18 -04:00

24 lines
450 B
YAML

accent: '#00c3ff'
background: '#000000'
details: darker
foreground: '#ffffff'
terminal_colors:
bright:
black: '#888888'
blue: '#88ccff'
cyan: '#88ffff'
green: '#88ff88'
magenta: '#ff88ff'
red: '#ff8888'
white: '#ffffff'
yellow: '#ffff88'
normal:
black: '#000000'
blue: '#1190ff'
cyan: '#00fdfd'
green: '#00e000'
magenta: '#ff00ff'
red: '#ff0000'
white: '#dddddd'
yellow: '#fdfd00'