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
This commit is contained in:
JD Lien 2022-07-21 12:28:18 -06:00 committed by GitHub
parent e11b76187b
commit c249706201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,24 @@
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'