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,33 @@
# Colors (High Contrast)
# Default colors
[colors.primary]
background = '#444444'
foreground = '#dddddd'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '#aaaaaa'
cursor = '#ffffff'
# Normal colors
[colors.normal]
black = '#000000'
red = '#ff0000'
green = '#00ff00'
yellow = '#ffff00'
blue = '#0000ff'
magenta = '#ff00ff'
cyan = '#00ffff'
white = '#ffffff'
# Bright colors
[colors.bright]
black = '#000000'
red = '#ff0000'
green = '#00ff00'
yellow = '#ffff00'
blue = '#0000ff'
magenta = '#ff00ff'
cyan = '#00ffff'
white = '#ffffff'