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: '#888888'
|
|
background: '#000000'
|
|
details: darker
|
|
foreground: '#c1c1c1'
|
|
terminal_colors:
|
|
bright:
|
|
black: '#333333'
|
|
blue: '#999999'
|
|
cyan: '#444444'
|
|
green: '#121212'
|
|
magenta: '#999999'
|
|
red: '#aaaaaa'
|
|
white: '#c1c1c1'
|
|
yellow: '#222222'
|
|
normal:
|
|
black: '#000000'
|
|
blue: '#888888'
|
|
cyan: '#aaaaaa'
|
|
green: '#aa9988'
|
|
magenta: '#999999'
|
|
red: '#5f8787'
|
|
white: '#c1c1c1'
|
|
yellow: '#777755'
|