1
0

Add more conf. files

TODO(Paul): Cleanup alacritty stuff later
This commit is contained in:
2026-01-28 02:02:05 -05:00
parent df8775f9be
commit 4de553bdaa
7 changed files with 523 additions and 0 deletions

29
alacritty/alacritty.toml Normal file
View File

@@ -0,0 +1,29 @@
[font]
size = 12
[font.normal]
family = "Iosevka"
style = "Regular"
[scrolling]
history = 10000
multiplier = 3
[selection]
save_to_clipboard = false
[terminal.shell]
program = "/usr/bin/fish"
[window]
opacity = 0.85
[window.padding]
x = 10
y = 10
[general]
import = ["/home/l/.config/alacritty/catppuccin-mocha.toml"]
[terminal]

View File

@@ -0,0 +1,71 @@
[[colors.indexed_colors]]
color = "#FAB387"
index = 16
[[colors.indexed_colors]]
color = "#F5E0DC"
index = 17
[colors.bright]
black = "#585B70"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#A6ADC8"
yellow = "#F9E2AF"
[colors.cursor]
cursor = "#F5E0DC"
text = "#1E1E2E"
[colors.dim]
black = "#45475A"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#BAC2DE"
yellow = "#F9E2AF"
[colors.hints.end]
background = "#A6ADC8"
foreground = "#1E1E2E"
[colors.hints.start]
background = "#F9E2AF"
foreground = "#1E1E2E"
[colors.normal]
black = "#45475A"
blue = "#89B4FA"
cyan = "#94E2D5"
green = "#A6E3A1"
magenta = "#F5C2E7"
red = "#F38BA8"
white = "#BAC2DE"
yellow = "#F9E2AF"
[colors.primary]
background = "#1E1E2E"
bright_foreground = "#CDD6F4"
dim_foreground = "#CDD6F4"
foreground = "#CDD6F4"
[colors.search.focused_match]
background = "#A6E3A1"
foreground = "#1E1E2E"
[colors.search.matches]
background = "#A6ADC8"
foreground = "#1E1E2E"
[colors.selection]
background = "#F5E0DC"
text = "#1E1E2E"
[colors.vi_mode_cursor]
cursor = "#B4BEFE"
text = "#1E1E2E"