mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-24 16:57:12 -07:00
23 lines
No EOL
595 B
YAML
23 lines
No EOL
595 B
YAML
accent: "#00c2ff" # Accent color for UI elements
|
|
background: '#300a24' # Terminal background color
|
|
details: darker # Whether the theme is lighter or darker.
|
|
foreground: '#ffffff' # The foreground color.
|
|
terminal_colors: # Ansi escape colors.
|
|
normal:
|
|
black: '#2e3436'
|
|
red: '#cc0000'
|
|
green: '#4e9a06'
|
|
yellow: '#c4a000'
|
|
magenta: '#5d4062'
|
|
blue: '#3465a4'
|
|
white: '#a9aca6'
|
|
cyan: '#06989a'
|
|
bright:
|
|
white: '#bfbfbd'
|
|
black: '#555753'
|
|
red: '#ef2929'
|
|
green: '#8ae234'
|
|
yellow: '#fce94f'
|
|
blue: '#729fcf'
|
|
magenta: '#ad7fa8'
|
|
cyan: '#34e2e2' |