aboutsummaryrefslogblamecommitdiffstats
path: root/alacritty.toml
blob: a8f5a0d253181ef157e249134f578e9fbe7b7a38 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                  



                                  




                    
                                  








                    














                                                                                                                                                             
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 = 10

[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{-}\\^⟨⟩`]+"