mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 01:07:10 -07:00
* add penumbra themes * fix light theme details field value * fix accent color and rename theme --------- Co-authored-by: elvis kahoro <elvis@warp.dev>
23 lines
597 B
YAML
23 lines
597 B
YAML
accent: '#F2E6D4' # Accent color for UI elements
|
|
background: '#fff7ed' # Terminal background color
|
|
details: lighter # Whether the theme is lighter or darker.
|
|
foreground: '#8F8F8F' # The foreground color.
|
|
terminal_colors: # Ansi escape colors.
|
|
bright:
|
|
black: '#bebebe'
|
|
blue: '#7e87d6'
|
|
cyan: '#00A0BE'
|
|
green: '#46A473'
|
|
magenta: '#BD72A8'
|
|
red: '#CB7459'
|
|
white: '#24272b'
|
|
yellow: '#A38F2D'
|
|
normal:
|
|
black: '#fffdfb'
|
|
blue: '#7E87D6'
|
|
cyan: '#00A0BE'
|
|
green: '#46A473'
|
|
magenta: '#BD72A8'
|
|
red: '#CB7459'
|
|
white: '#3e4044'
|
|
yellow: '#A38F2D'
|