Port of halcyon colors (#31)

* Port of halcyon colors

* Create .gitignore

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
hardcore 2022-04-28 20:17:42 +02:00 committed by GitHub
parent 5d19fbdbc6
commit e2641bdc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 0 deletions

23
standard/halcyon.yaml Normal file
View 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'