This commit is contained in:
2026-01-02 12:15:41 -05:00
parent 3751b8c627
commit 04da478942
6 changed files with 145 additions and 31 deletions

View File

@@ -1,12 +1,4 @@
# [colors.cursor]
# cursor = "CellForeground"
# text = "CellBackground"
# [colors.primary]
# background = "#1d1f21"
# foreground = "#c5c8c6"
[cursor]
blink_interval = 750
thickness = 0.2
@@ -18,6 +10,7 @@ shape = "Beam"
[env]
TERM = "xterm-256color"
COLORTERM = "truecolor"
[font]
size = 9
@@ -45,10 +38,46 @@ lines = 32
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"
]
[colors.primary]
background = "#1e293b"
foreground = "#e0e7ff"
[colors.cursor]
text = "#1e293b"
cursor = "#fef3c7"
[colors.vi_mode_cursor]
text = "#1e293b"
cursor = "#fde68a"
[colors.selection]
text = "#1e293b"
background = "#93c5fd"
[colors.normal]
black = "#334155"
red = "#fca5a5"
green = "#86efac"
yellow = "#fde68a"
blue = "#93c5fd"
magenta = "#c4b5fd"
cyan = "#67e8f9"
white = "#cbd5e1"
[colors.bright]
black = "#475569"
red = "#fca5a5"
green = "#86efac"
yellow = "#fef3c7"
blue = "#bfdbfe"
magenta = "#ddd6fe"
cyan = "#a5f3fc"
white = "#e2e8f0"
# [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"
# ]