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,36 @@
# github Alacritty Colors
# Default colors
[colors.primary]
background = '#22272e'
foreground = '#768390'
# Normal colors
[colors.normal]
black = '#545d68'
red = '#f47067'
green = '#57ab5a'
yellow = '#c69026'
blue = '#539bf5'
magenta = '#b083f0'
cyan = '#39c5cf'
white = '#909dab'
# Bright colors
[colors.bright]
black = '#636e7b'
red = '#ff938a'
green = '#6bc46d'
yellow = '#daaa3f'
blue = '#6cb6ff'
magenta = '#dcbdfb'
cyan = '#56d4dd'
white = '#cdd9e5'
[[colors.indexed_colors]]
index = 16
color = '#d18616'
[[colors.indexed_colors]]
index = 17
color = '#ff938a'