Revamped update 2025-12-29

This commit is contained in:
2025-12-29 12:23:12 -05:00
parent 2fd5124f97
commit 3751b8c627
14 changed files with 74 additions and 938 deletions

View File

@@ -1,9 +1,3 @@
import = [
# "~/.config/alacritty/themes/themes/nord.toml"
# "~/.config/alacritty/themes/themes/enfocado_dark.toml"
"~/.config/alacritty/themes/themes/wombat.toml"
# "~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
]
# [colors.cursor]
# cursor = "CellForeground"
@@ -32,7 +26,7 @@ size = 9
style = "Bold"
[font.normal]
family = "FiraCode Nerd Font"
family = "Fira Code"
style = "Medium"
[window]
@@ -50,3 +44,11 @@ lines = 32
[window.padding]
x = 10
y = 10
[general]
import = [
# "~/.config/alacritty/themes/themes/nord.toml"
# "~/.config/alacritty/themes/themes/enfocado_dark.toml"
"~/.config/alacritty/themes/themes/wombat.toml"
# "~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
]