diff --git a/README.md b/README.md
index 1a34a6b..ea0f81c 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ configuration file.
| **_catppuccin_macchiato_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_macchiato](images/catppuccin_macchiato.png) |
| **_catppuccin_mocha_**
[source](https://github.com/catppuccin/alacritty) | ![catppuccin_mocha](images/catppuccin_mocha.png) |
| **_challenger_deep_**
[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) |
+| **_chicago95_** | ![chicago95](images/chicago95.png) |
| **_citylights_**
[source](https://citylights.xyz/) | ![citylights](images/citylights.png) |
| **_Cobalt2_**
[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) | ![Cobalt2](images/Cobalt2.png) |
| **_cyber_punk_neon_**
[source](https://github.com/Roboron3042/Cyberpunk-Neon) | ![cyber_punk_neon](images/cyber_punk_neon.png) |
diff --git a/images/chicago95.png b/images/chicago95.png
new file mode 100644
index 0000000..95e2155
Binary files /dev/null and b/images/chicago95.png differ
diff --git a/themes/chicago95.toml b/themes/chicago95.toml
new file mode 100644
index 0000000..6902e76
--- /dev/null
+++ b/themes/chicago95.toml
@@ -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'