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,32 @@
# Colors (Challenger Deep)
# Default colors
[colors.primary]
background = '#1e1c31'
foreground = '#cbe1e7'
[colors.cursor]
text = '#ff271d'
cursor = '#fbfcfc'
# Normal colors
[colors.normal]
black = '#141228'
red = '#ff5458'
green = '#62d196'
yellow = '#ffb378'
blue = '#65b2ff'
magenta = '#906cff'
cyan = '#63f2f1'
white = '#a6b3cc'
# Bright colors
[colors.bright]
black = '#565575'
red = '#ff8080'
green = '#95ffa4'
yellow = '#ffe9aa'
blue = '#91ddff'
magenta = '#c991e1'
cyan = '#aaffe4'
white = '#cbe3e7'