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 (NoctixLux)
# Default colors
[colors.primary]
background = '#fef8ec'
foreground = '#005661'
# Normal colors
[colors.normal]
black = '#003b42'
red = '#e34e1c'
green = '#00b368'
yellow = '#f49725'
blue = '#0094f0'
magenta = '#ff5792'
cyan = '#00bdd6'
white = '#8ca6a6'
# Bright colors
[colors.bright]
black = '#004d57'
red = '#ff4000'
green = '#00d17a'
yellow = '#ff8c00'
blue = '#0fa3ff'
magenta = '#ff6b9f'
cyan = '#00cbe6'
white = '#bbc3c4'