Files
linux_config_alacritty/alacritty.toml
mattia 76aab987e5 Migrate configuration file to new TOML format
This was done using the builtin 'migrate' command.
2024-02-24 16:12:15 +01:00

65 lines
1.0 KiB
TOML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
live_config_reload = false
[colors.bright]
black = "0x686868"
blue = "0x59C2FF"
cyan = "0x95E6CB"
green = "0xC2D94C"
magenta = "0xFFEE99"
red = "0xF07178"
white = "0xFFFFFF"
yellow = "0xFFB454"
[colors.normal]
black = "0x01060E"
blue = "0x53BDFA"
cyan = "0x90E1C6"
green = "0x91B362"
magenta = "0xFAE994"
red = "0xEA6C73"
white = "0xC7C7C7"
yellow = "0xF9AF4F"
[colors.primary]
background = "0x0A0E14"
foreground = "0xB3B1AD"
[cursor]
thickness = 0.25
unfocused_hollow = false
[cursor.style]
shape = "Beam"
[env]
TERM = "xterm-256color"
[font]
size = 10.0
[font.normal]
family = "JetBrains Mono NL"
[[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-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.mouse]
enabled = true
mods = "Control"
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "F11"
[mouse]
hide_when_typing = true
[scrolling]
history = 100000
[window.dimensions]
columns = 80
lines = 24