add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/everforest_light.toml
Normal file
28
configs/alacritty_g/themes/everforest_light.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Everforest Light)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#fdf6e3'
|
||||
foreground = '#5c6a72'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#5c6a72'
|
||||
red = '#f85552'
|
||||
green = '#8da101'
|
||||
yellow = '#dfa000'
|
||||
blue = '#3a94c5'
|
||||
magenta = '#df69ba'
|
||||
cyan = '#35a77c'
|
||||
white = '#e0dcc7'
|
||||
|
||||
# Bright Colors
|
||||
[colors.bright]
|
||||
black = '#5c6a72'
|
||||
red = '#f85552'
|
||||
green = '#8da101'
|
||||
yellow = '#dfa000'
|
||||
blue = '#3a94c5'
|
||||
magenta = '#df69ba'
|
||||
cyan = '#35a77c'
|
||||
white = '#e0dcc7'
|
||||
Reference in New Issue
Block a user