mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 09:38:12 -07:00
Add Panda Syntax theme (#37)
This commit is contained in:
parent
04f04e6cb9
commit
e239df5a35
3 changed files with 119 additions and 0 deletions
28
standard/panda_syntax.yaml
Normal file
28
standard/panda_syntax.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Accent color for UI elements
|
||||
accent: '#65bcfe'
|
||||
# Terminal background color
|
||||
background: '#25282a'
|
||||
# Whether the theme is lighter or darker.
|
||||
details: darker
|
||||
# The foreground color.
|
||||
foreground: '#f3f2f2'
|
||||
# Ansi escape colors.
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: '#6f7683'
|
||||
blue: '#65bcfe'
|
||||
cyan: '#15fbdb'
|
||||
green: '#14fbdc'
|
||||
magenta: '#fea9d8'
|
||||
red: '#fe2b6c'
|
||||
white: '#f3f2f2'
|
||||
yellow: '#ffc88f'
|
||||
normal:
|
||||
black: '#29292a'
|
||||
blue: '#6db0fe'
|
||||
cyan: '#15fbdb'
|
||||
green: '#14fbdc'
|
||||
magenta: '#fe74b4'
|
||||
red: '#fe2b6c'
|
||||
white: '#f3f2f2'
|
||||
yellow: '#feb76b'
|
Loading…
Add table
Add a link
Reference in a new issue