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
32
themes/spacemacsLight.yml
Normal file
32
themes/spacemacsLight.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# color (Spacemacs light)
|
||||
colors:
|
||||
primary:
|
||||
foreground: '#64526F'
|
||||
background: '#FAF7EE'
|
||||
|
||||
cursor:
|
||||
cursor: '#64526F'
|
||||
text: '#FAF7EE'
|
||||
normal:
|
||||
black: '#FAF7EE'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
# green: '#29A0AD'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#29A0AD'
|
||||
# magenta: '#2C9473'
|
||||
cyan: '#6B3062'
|
||||
white: '#64526F'
|
||||
|
||||
bright:
|
||||
black: '#9F93A1'
|
||||
red: '#DF201C'
|
||||
green: '#009F6B'
|
||||
# green: '#29A0AD'
|
||||
yellow: '#DB742E'
|
||||
blue: '#3980C2'
|
||||
magenta: '#29A0AD'
|
||||
# magenta: '#2C9473'
|
||||
cyan: '#6B3062'
|
||||
white: '#64526F'
|
||||
Loading…
Add table
Add a link
Reference in a new issue