mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 10:08:13 -07:00
feat: add light and dark pinkish themes (#80)
Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
66fa69a873
commit
84ef57c0f7
5 changed files with 155 additions and 0 deletions
25
standard/light-pinkish.yaml
Normal file
25
standard/light-pinkish.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
accent:
|
||||
left: '#f48bb5' # Accent color for UI elements
|
||||
right: '#dfcce5'
|
||||
background: '#fffcff' # Terminal background color
|
||||
details: lighter # Whether the theme is lighter or darker.
|
||||
foreground: '#660066' # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: '#000000'
|
||||
blue: '#666bff'
|
||||
cyan: '#00a5b3'
|
||||
green: '#00aa64'
|
||||
magenta: '#cc00ff'
|
||||
red: '#e916a6'
|
||||
white: '#ffb3c6'
|
||||
yellow: '#ffb3c6'
|
||||
normal:
|
||||
black: '#000000'
|
||||
blue: '#666bff'
|
||||
cyan: '#00a5b3'
|
||||
green: '#00aa64'
|
||||
magenta: '#960096'
|
||||
red: '#e916a6'
|
||||
white: '#ffb3c6'
|
||||
yellow: '#ff9900'
|
Loading…
Add table
Add a link
Reference in a new issue