This commit is contained in:
2026-03-24 22:53:51 -04:00
parent fe74e79404
commit 89dc5175d9
115 changed files with 1709 additions and 437 deletions

View File

@@ -81,3 +81,8 @@ white = "#e2e8f0"
# # "~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
# ]
[[keyboard.bindings]]
key = "Return"
mods = "Shift"
chars = "\u001B\r"

View File

@@ -0,0 +1,83 @@
[cursor]
blink_interval = 750
thickness = 0.2
unfocused_hollow = true
[cursor.style]
blinking = "On"
shape = "Beam"
[env]
TERM = "xterm-256color"
COLORTERM = "truecolor"
[font]
size = 9
[font.bold]
style = "Bold"
[font.normal]
family = "Fira Code"
style = "Medium"
[window]
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_padding = false
dynamic_title = true
opacity = 0.8
title = "Alacritty"
[window.dimensions]
columns = 90
lines = 32
[window.padding]
x = 10
y = 10
[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"
# ]