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