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 @@
# Windows 95 Color Scheme
# To have the authentic experience in Chicago95 GTK Theme.
# Default colors
[colors.primary]
background = '#000000'
foreground = '#C0C7C8'
# Normal colors
[colors.normal]
black = '#000000'
red = '#A80000'
green = '#00A800'
yellow = '#A85400'
blue = '#0000A8'
magenta = '#A800A8'
cyan = '#00A8A8'
white = '#A8A8A8'
# Bright colors
[colors.bright]
black = '#545454'
red = '#FC5454'
green = '#54FC54'
yellow = '#FCFC54'
blue = '#5454FC'
magenta = '#FC54FC'
cyan = '#54FCFC'
white = '#FFFFFF'