mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 01:27:11 -07:00
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:
parent
e11b76187b
commit
c249706201
3 changed files with 115 additions and 0 deletions
24
standard/classic_vivid.yaml
Normal file
24
standard/classic_vivid.yaml
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue