Files
dotfiles/.config/alacritty/alacritty.toml
2025-12-25 10:56:27 +01:00

51 lines
769 B
TOML

[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = "#121212"
[cursor]
style = {shape = "Block", blinking = "Always"}
vi_mode_style = {shape = "Block", blinking = "On"}
blink_interval = 750
blink_timeout = 5
unfocused_hollow = true
thickness = 0.2
[env]
TERM = "xterm-256color"
[font]
size = 11.0
[font.bold]
family = "Ubuntu Mono"
style = "Bold"
[font.bold_italic]
family = "Ubuntu Mono"
style = "Bold Italic"
[font.italic]
family = "Ubuntu Mono"
style = "Italic"
[font.normal]
family = "Ubuntu Mono"
style = "Regular"
[window]
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_title = true
opacity = 0.82
title = "Alacritty"
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.padding]
x = 5
y = 5