feat: add light and dark pinkish themes (#80)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
Laura Langdon 2024-02-12 01:07:17 -08:00 committed by GitHub
parent 66fa69a873
commit 84ef57c0f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 155 additions and 0 deletions

View 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'