mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-24 16:57:12 -07:00
26 lines
625 B
YAML
26 lines
625 B
YAML
accent:
|
|
left: '#f383af' # Accent color for UI elements
|
|
right: '#c96ef7'
|
|
background: '#120128' # Terminal background color
|
|
details: darker # Whether the theme is lighter or darker.
|
|
foreground: '#dfafe9' # The foreground color.
|
|
terminal_colors: # Ansi escape colors.
|
|
bright:
|
|
black: '#17062d'
|
|
blue: '#9998ff'
|
|
cyan: '#01c7e0'
|
|
green: '#00cc99'
|
|
magenta: '#c96ef7'
|
|
red: '#ea5ea8'
|
|
white: '#f8b9d2'
|
|
yellow: '#EB4F9F'
|
|
normal:
|
|
black: '#17062d'
|
|
blue: '#9998ff'
|
|
cyan: '#01c7e0'
|
|
green: '#00cc99'
|
|
magenta: '#c96ef7'
|
|
red: '#ea5ea8'
|
|
white: '#f8b9d2'
|
|
yellow: '#ffc466'
|
|
|