add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/ayu_dark.toml
Normal file
28
configs/alacritty_g/themes/ayu_dark.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Ayu Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#0A0E14'
|
||||
foreground = '#B3B1AD'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#01060E'
|
||||
red = '#EA6C73'
|
||||
green = '#91B362'
|
||||
yellow = '#F9AF4F'
|
||||
blue = '#53BDFA'
|
||||
magenta = '#FAE994'
|
||||
cyan = '#90E1C6'
|
||||
white = '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#686868'
|
||||
red = '#F07178'
|
||||
green = '#C2D94C'
|
||||
yellow = '#FFB454'
|
||||
blue = '#59C2FF'
|
||||
magenta = '#FFEE99'
|
||||
cyan = '#95E6CB'
|
||||
white = '#FFFFFF'
|
||||
Reference in New Issue
Block a user