Add Chicago95 theme

This commit is contained in:
𝘧𝘦𝘯 2024-03-22 15:58:30 -03:00 committed by GitHub
parent cb786242b6
commit a587cf8b48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 0 deletions

View file

@ -59,6 +59,7 @@ configuration file.
| **_catppuccin_macchiato_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_macchiato](images/catppuccin_macchiato.png) |
| **_catppuccin_mocha_**<br>[source](https://github.com/catppuccin/alacritty) | ![catppuccin_mocha](images/catppuccin_mocha.png) |
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) |
| **_chicago95_** | ![chicago95](images/chicago95.png) |
| **_citylights_**<br>[source](https://citylights.xyz/) | ![citylights](images/citylights.png) |
| **_Cobalt2_**<br>[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) | ![Cobalt2](images/Cobalt2.png) |
| **_cyber_punk_neon_**<br>[source](https://github.com/Roboron3042/Cyberpunk-Neon) | ![cyber_punk_neon](images/cyber_punk_neon.png) |

BIN
images/chicago95.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

29
themes/chicago95.toml Normal file
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'