mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 01:58:12 -07:00
Correct base snazzy theme and adds variants (#39)
* FIX: base color version accent color is wrong * ADD: color varients
This commit is contained in:
parent
9f21ee98d8
commit
ac109ecc25
9 changed files with 363 additions and 22 deletions
|
@ -1,24 +1,23 @@
|
|||
|
||||
accent: '#57c7ff'
|
||||
background: '#282a36'
|
||||
details: darker
|
||||
foreground: '#eff0eb'
|
||||
accent: "#ff6ac1"
|
||||
background: "#282a36"
|
||||
foreground: "#eff0eb"
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#686868'
|
||||
blue: '#57c7ff'
|
||||
cyan: '#9aedfe'
|
||||
green: '#5af78e'
|
||||
magenta: '#ff6ac1'
|
||||
red: '#ff5c57'
|
||||
white: '#f1f1f0'
|
||||
yellow: '#f3f99d'
|
||||
black: "#686868"
|
||||
blue: "#57c7ff"
|
||||
cyan: "#9aedfe"
|
||||
green: "#5af78e"
|
||||
magenta: "#ff6ac1"
|
||||
red: "#ff5c57"
|
||||
white: "#eff0eb"
|
||||
yellow: "#f3f99d"
|
||||
normal:
|
||||
black: '#282a36'
|
||||
blue: '#57c7ff'
|
||||
cyan: '#9aedfe'
|
||||
green: '#5af78e'
|
||||
magenta: '#ff6ac1'
|
||||
red: '#ff5c57'
|
||||
white: '#f1f1f0'
|
||||
yellow: '#f3f99d'
|
||||
black: "#282a36"
|
||||
blue: "#57c7ff"
|
||||
cyan: "#9aedfe"
|
||||
green: "#5af78e"
|
||||
magenta: "#ff6ac1"
|
||||
red: "#ff5c57"
|
||||
white: "#f1f1f0"
|
||||
yellow: "#f3f99d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue