mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 10:08:13 -07:00
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>
This commit is contained in:
parent
efa5dcf20c
commit
b3991c1fe0
5 changed files with 261 additions and 113 deletions
23
standard/penumbra_dark.yaml
Normal file
23
standard/penumbra_dark.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: '#3E4044' # Accent color for UI elements
|
||||
background: '#303338' # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: '#8F8F8F' # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: '#636363'
|
||||
blue: '#7e87d6'
|
||||
cyan: '#00A0BE'
|
||||
green: '#46A473'
|
||||
magenta: '#BD72A8'
|
||||
red: '#CB7459'
|
||||
white: '#fffdfb'
|
||||
yellow: '#A38F2D'
|
||||
normal:
|
||||
black: '#24272B'
|
||||
blue: '#7E87D6'
|
||||
cyan: '#00A0BE'
|
||||
green: '#46A473'
|
||||
magenta: '#BD72A8'
|
||||
red: '#CB7459'
|
||||
white: '#fff7ed'
|
||||
yellow: '#A38F2D'
|
Loading…
Add table
Add a link
Reference in a new issue