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:
Yoonho Go 2023-11-18 05:49:06 +09:00 committed by GitHub
parent efa5dcf20c
commit b3991c1fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 261 additions and 113 deletions

View file

@ -0,0 +1,23 @@
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'