53 lines
892 B
TOML
53 lines
892 B
TOML
general.import = [
|
|
# uncomment the flavour you want below:
|
|
#"~/.config/alacritty/catppuccin-latte.toml"
|
|
# "~/.config/alacritty/catppuccin-frappe.toml"
|
|
# "~/.config/alacritty/catppuccin-macchiato.toml"
|
|
"~/.config/alacritty/catppuccin-mocha.toml"
|
|
]
|
|
|
|
[cursor]
|
|
unfocused_hollow = true
|
|
|
|
[cursor.style]
|
|
blinking = "Off"
|
|
shape = "Block"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 14.0
|
|
|
|
[font.normal]
|
|
family = "Iosevka Nerd Font Mono"
|
|
|
|
[font.bold]
|
|
family = "Iosevka Nerd Font Mono"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "Iosevka Nerd Font Mono"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "Iosevka Nerd Font Mono"
|
|
style = "Italic"
|
|
|
|
[scrolling]
|
|
history = 10000
|
|
multiplier = 3
|
|
|
|
[selection]
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
|
|
|
[window]
|
|
decorations = "none"
|
|
dynamic_title = false
|
|
opacity = 1.0
|
|
startup_mode = "Windowed"
|
|
title = "Alacritty"
|
|
|
|
[window.padding]
|
|
x = 8
|
|
y = 8
|