mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 09:38:12 -07:00
* 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
24 lines
450 B
YAML
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'
|