Files
dotfiles/.config/alacritty/alacritty.toml
2024-08-21 01:24:22 +02:00

106 lines
1.5 KiB
TOML

live_config_reload = true
[bell]
animation = "EaseOutExpo"
color = "0xffffff"
duration = 0
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "#505050"
blue = "#547C99"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#F5F5F5"
yellow = "#D3A04D"
[colors.cursor]
cursor = "0x4d4d4c"
text = "0xffffff"
[colors.normal]
black = "#151515"
blue = "#6C99BB"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#D0D0D0"
yellow = "#D3A04D"
[colors.primary]
background = "#222222"
foreground = "#D0D0D0"
[cursor.style]
shape = "Beam"
blinking = "On"
[debug]
log_level = "OFF"
persistent_logging = false
print_events = false
render_timer = false
[font]
size = 16.0
[font.bold]
family = "Monaspace Neon"
style = "Regular"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "Monaspace Neon"
style = "Italic"
[font.normal]
family = "Monaspace Neon"
style = "Regular"
[font.offset]
x = 0
y = 0
[mouse]
bindings = [
{ action = "PasteSelection", mouse = "Middle" },
]
[keyboard]
bindings = [
{ key = "Back", mods = "Control", chars = "\u001b\u007f"}
]
[scrolling]
history = 100000
multiplier = 3
[selection]
save_to_clipboard = false
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[window]
decorations = "full"
blur = false
dynamic_padding = false
opacity = 1
startup_mode = "windowed"
title = "Terminal"
dynamic_title = false
[window.dimensions]
columns = 85
lines = 40
[window.padding]
x = 5
y = 5