dotfiles/alacritty/.config/alacritty/alacritty.toml

54 lines
1 KiB
TOML

[colors.bright]
black = "0x928374"
blue = "0x7daea3"
cyan = "0x89b482"
green = "0xa9b665"
magenta = "0xd3869b"
red = "0xea6962"
white = "0xdfbf8e"
yellow = "0xe3a84e"
[colors.normal]
black = "0x393939"
blue = "0x7daea3"
cyan = "0x89b482"
green = "0xa9b665"
magenta = "0xd3869b"
red = "0xea6962"
white = "0xdfbf8e"
yellow = "0xe78a4e"
[colors.primary]
background = "0x282828"
foreground = "0xdfbf8e"
[font]
size = 11
[font.bold]
family = "Fira Code"
[font.bold_italic]
family = "Fira Code"
[font.italic]
family = "Fira Code"
[font.normal]
family = "Fira Code"
[window]
dynamic_padding = true
opacity = 0.85
[window.dimensions]
columns = 90
lines = 32
[window.padding]
x = 2
y = 2
[hints]
enabled = [{ regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+", hyperlinks = true, post_processing = true, persist = false, command = { program = "xdg-open" }, mouse = { enabled = true, mods = "Control" }, binding = { key = "U", mods = "Control | Shift" } }]