mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 09:38:12 -07:00
Port of halcyon colors (#31)
* Port of halcyon colors * Create .gitignore Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
5d19fbdbc6
commit
e2641bdc9e
3 changed files with 114 additions and 0 deletions
23
standard/halcyon.yaml
Normal file
23
standard/halcyon.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: '#8695b7' # Accent color for UI elements
|
||||
background: '#1d2433' # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: '#a2aabc' # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: '#171c28'
|
||||
blue: '#5ccfe6'
|
||||
cyan: '#5ccfe6'
|
||||
green: '#bae67e'
|
||||
magenta: '#c3a6ff'
|
||||
red: '#ef6b73'
|
||||
white: '#d7dce2'
|
||||
yellow: '#ffd580'
|
||||
normal:
|
||||
black: '#8695b7'
|
||||
blue: '#5ccfe6'
|
||||
cyan: '#5ccfe6'
|
||||
green: '#bae67e'
|
||||
magenta: '#c3a6ff'
|
||||
red: '#f07078'
|
||||
white: '#d7dce2'
|
||||
yellow: '#ffd580'
|
Loading…
Add table
Add a link
Reference in a new issue