warp-themes/standard/penumbra_light.yaml
Yoonho Go b3991c1fe0
Theme/penumbra (#71)
* add penumbra themes

* fix light theme details field value

* fix accent color and rename theme

---------

Co-authored-by: elvis kahoro <elvis@warp.dev>
2023-11-17 12:49:06 -08:00

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'