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,29 @@
# Colors (Zenburn)
# Orginally designed by jnurmine for vim.
# Default colors
[colors.primary]
background = '#3A3A3A'
foreground = '#DCDCCC'
# Normal colors
[colors.normal]
black = '#1E2320'
red = '#D78787'
green = '#60B48A'
yellow = '#DFAF8F'
blue = '#506070'
magenta = '#DC8CC3'
cyan = '#8CD0D3'
white = '#DCDCCC'
# Bright colors
[colors.bright]
black = '#709080'
red = '#DCA3A3'
green = '#C3BF9F'
yellow = '#F0DFAF'
blue = '#94BFF3'
magenta = '#EC93D3'
cyan = '#93E0E3'
white = '#FFFFFF'