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,28 @@
# Colors (NightFox)
# Default colors
[colors.primary]
background = '#192330'
foreground = '#cdcecf'
# Normal colors
[colors.normal]
black = '#393b44'
red = '#c94f6d'
green = '#81b29a'
yellow = '#dbc074'
blue = '#719cd6'
magenta = '#9d79d6'
cyan = '#63cdcf'
white = '#dfdfe0'
# Bright colors
[colors.bright]
black = '#575860'
red = '#d16983'
green = '#8ebaa4'
yellow = '#e0c989'
blue = '#86abdc'
magenta = '#baa1e2'
cyan = '#7ad5d6'
white = '#e4e4e5'