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,39 @@
[colors.primary]
background = '#191724'
foreground = '#e0def4'
[colors.cursor]
text = '#e0def4'
cursor = '#524f67'
[colors.vi_mode_cursor]
text = '#e0def4'
cursor = '#524f67'
[colors.selection]
text = '#e0def4'
background = '#403d52'
[colors.normal]
black = '#26233a'
red = '#eb6f92'
green = '#31748f'
yellow = '#f6c177'
blue = '#9ccfd8'
magenta = '#c4a7e7'
cyan = '#ebbcba'
white = '#e0def4'
[colors.bright]
black = '#6e6a86'
red = '#eb6f92'
green = '#31748f'
yellow = '#f6c177'
blue = '#9ccfd8'
magenta = '#c4a7e7'
cyan = '#ebbcba'
white = '#e0def4'
[colors.hints]
start = {foreground = '#908caa', background = '#1f1d2e' }
end = { foreground = '#6e6a86', background = '#1f1d2e' }