add alacritty themes and separated windows 11 folder

This commit is contained in:
tonizz gamingl
2024-05-06 04:04:31 -07:00
parent 950aec1355
commit 0d5171cf2d
134 changed files with 4082 additions and 216 deletions

View File

@@ -0,0 +1,26 @@
# Default colors
[colors.primary]
background = '#1D1F28'
foreground = '#FDFDFD'
# Normal colors
[colors.normal]
# Bright colors
black = '#282A36'
red = '#F37F97'
green = '#5ADECD'
yellow = '#F2A272'
blue = '#8897F4'
magenta = '#C574DD'
cyan = '#79E6F3'
white = '#FDFDFD'
[colors.bright]
black = '#414458'
red = '#FF4971'
green = '#18E3C8'
yellow = '#EBCB8B'
blue = '#FF8037'
magenta = '#556FFF'
cyan = '#3FDCEE'
white = '#BEBEC1'