blob: f919b25d4ede63d332da0c82568c53ad2d20c319 (
plain) (
tree)
|
|
import = [
# "~/.config/alacritty/themes/themes/base16_default_dark.toml"
"~/.config/alacritty/themes/themes/ayu_dark.toml"
]
[window]
decorations = "Full"
decorations_theme_variant = "Dark"
[font]
size = 13
[font.normal]
family = "monospace"
#family = "Iosevka Nerd Font Mono"
style = "Regular"
[font.bold]
family = "monospace"
style = "Bold"
[font.italic]
family = "monospace"
style = "Italic"
[cursor]
style.shape = "Block"
style.blinking = "Off"
[[hints.enabled]]
command = "xdg-open" # On Linux/BSD
hyperlinks = true
post_processing = true
persist = false
mouse.enabled = true
binding = { key = "I", mods = "Control|Shift" }
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
|