mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
24 lines
450 B
YAML
24 lines
450 B
YAML
|
|
accent: '#0087BD'
|
|
background: '#10100E'
|
|
details: darker
|
|
foreground: '#C6C6C4'
|
|
terminal_colors:
|
|
bright:
|
|
black: '#696969'
|
|
blue: '#007FFF'
|
|
cyan: '#00CCCC'
|
|
green: '#03C03C'
|
|
magenta: '#FF1493'
|
|
red: '#FF2400'
|
|
white: '#FFFAFA'
|
|
yellow: '#FDFF00'
|
|
normal:
|
|
black: '#10100E'
|
|
blue: '#0087BD'
|
|
cyan: '#20B2AA'
|
|
green: '#009F6B'
|
|
magenta: '#9A4EAE'
|
|
red: '#C40233'
|
|
white: '#C6C6C4'
|
|
yellow: '#FFD700'
|