mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
add theme files and screenshots
This commit is contained in:
parent
4d4ce57784
commit
101e4787ee
13 changed files with 365 additions and 0 deletions
33
themes/hyper.yml
Normal file
33
themes/hyper.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Colors (Hyper)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#ffffff'
|
||||
cursor:
|
||||
text: '#F81CE5'
|
||||
cursor: '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#FFD700'
|
||||
# yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#808080'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#FFD700'
|
||||
# yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#FFFFFF'
|
||||
Loading…
Add table
Add a link
Reference in a new issue