Files
linux_config_alacritty/alacritty.toml
mattia 21883fa285 Use new parameter for live config reload
This option has been moved under the general section, update the configuration file accordingly.
2025-07-06 16:14:22 +02:00

66 lines
1.0 KiB
TOML

[general]
live_config_reload = false
[env]
TERM = "xterm-256color"
[window.dimensions]
columns = 80
lines = 24
[scrolling]
history = 100000
[font]
size = 10.0
[font.normal]
family = "JetBrains Mono NL"
[colors.primary]
background = "0x0A0E14"
foreground = "0xB3B1AD"
[colors.normal]
black = "0x01060E"
blue = "0x53BDFA"
cyan = "0x90E1C6"
green = "0x91B362"
magenta = "0xFAE994"
red = "0xEA6C73"
white = "0xC7C7C7"
yellow = "0xF9AF4F"
[colors.bright]
black = "0x686868"
blue = "0x59C2FF"
cyan = "0x95E6CB"
green = "0xC2D94C"
magenta = "0xFFEE99"
red = "0xF07178"
white = "0xFFFFFF"
yellow = "0xFFB454"
[cursor]
thickness = 0.25
unfocused_hollow = false
[cursor.style]
shape = "Beam"
[mouse]
hide_when_typing = true
[[hints.enabled]]
command = "xdg-open"
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.mouse]
enabled = true
mods = "Control"
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "F11"