mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 01:58:12 -07:00
add everforest themes (#17)
This commit is contained in:
parent
a67b710c1e
commit
1890bca908
5 changed files with 241 additions and 7 deletions
28
everforest_light.yaml
Normal file
28
everforest_light.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Accent color for UI elements
|
||||
accent: '#a6b0a0'
|
||||
# Terminal background color
|
||||
background: '#fff9e8'
|
||||
# Whether the theme is lighter or darker.
|
||||
details: lighter
|
||||
# The foreground color.
|
||||
foreground: '#5c6a72'
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#e9e8d2'
|
||||
red: '#f85552'
|
||||
green: '#8da101'
|
||||
yellow: '#dfa000'
|
||||
blue: '#3a94c5'
|
||||
magenta: '#df69ba'
|
||||
cyan: '#35a77c'
|
||||
white: '#5c6a72'
|
||||
normal:
|
||||
black: '#e9e8d2'
|
||||
red: '#f85552'
|
||||
green: '#8da101'
|
||||
yellow: '#dfa000'
|
||||
blue: '#3a94c5'
|
||||
magenta: '#df69ba'
|
||||
cyan: '#35a77c'
|
||||
white: '#5c6a72'
|
Loading…
Add table
Add a link
Reference in a new issue