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,27 @@
[colors.primary]
background = '#1c2023'
foreground = '#c7ccd1'
[colors.cursor]
text = '#1c2023'
cursor = '#c7ccd1'
[colors.normal]
black = '#1c2023'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#c7ccd1'
[colors.bright]
black = '#747c84'
red = '#c7ae95'
green = '#95c7ae'
yellow = '#aec795'
blue = '#ae95c7'
magenta = '#c795ae'
cyan = '#95aec7'
white = '#f3f4f5'