This commit is contained in:
whoami 2025-03-23 22:24:32 +01:00
commit 01a9e86575
64 changed files with 2284 additions and 0 deletions

View file

@ -0,0 +1,24 @@
import = [
"~/.config/alacritty/chicago95.toml"
]
shell = "zsh"
colors.primary.background = "#000000"
[font]
normal.family = "Monocraft Nerd Font"
size = 12.5
[window]
padding = {x = 5, y = 5 }
dynamic_title = true
[keyboard]
bindings = [
{key = "J", mods = "Alt", action = "ScrollPageDown"},
{key = "K", mods = "Alt", action = "ScrollPageUp"},
]
[scrolling]
history = 20000
multiplier = 4

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'