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
26
standard/dark-pinkish.yaml
Normal file
26
standard/dark-pinkish.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
accent:
|
||||
left: '#f383af' # Accent color for UI elements
|
||||
right: '#c96ef7'
|
||||
background: '#120128' # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: '#dfafe9' # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: '#17062d'
|
||||
blue: '#9998ff'
|
||||
cyan: '#01c7e0'
|
||||
green: '#00cc99'
|
||||
magenta: '#c96ef7'
|
||||
red: '#ea5ea8'
|
||||
white: '#f8b9d2'
|
||||
yellow: '#EB4F9F'
|
||||
normal:
|
||||
black: '#17062d'
|
||||
blue: '#9998ff'
|
||||
cyan: '#01c7e0'
|
||||
green: '#00cc99'
|
||||
magenta: '#c96ef7'
|
||||
red: '#ea5ea8'
|
||||
white: '#f8b9d2'
|
||||
yellow: '#ffc466'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue