dotfiles/.config/alacritty/alacritty.toml
2025-02-01 00:22:29 -05:00

81 lines
1.3 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.

[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "0x4d4754"
blue = "0x789ebf"
cyan = "0x82bfb3"
green = "0x97bd5e"
magenta = "0xa97fb3"
red = "0xcc5c5c"
white = "0xc7c6c3"
yellow = "0xf0c767"
[colors.cursor]
background = "CellForeground"
text = "CellBackground"
[colors.normal]
black = "0x14171d"
blue = "0x3d67a2"
cyan = "0x578c7c"
green = "0x759438"
magenta = "0x7b5687"
red = "0xa63a3a"
white = "0xada0a8"
yellow = "0xde7e54"
[colors.primary]
background = "0x14171d"
foreground = "0xc7c6c3"
[colors.selection]
background = "CellForeground"
text = "CellBackground"
[font]
size = 11.5
[font.bold]
style = "Bold"
[font.bold_italic]
style = "Bold Italic"
[font.italic]
style = "Italic"
[font.normal]
family = "monospace"
style = "Regular"
[font.offset]
x = 0
y = 0
[[hints.enabled]]
command = "xdg-open"
post_processing = true
regex = "(magnet|mailto|gemini|gopher|https|http|news|file|git|ssh|ftp):[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "U"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Super"
[window]
decorations = "full"
dynamic_title = true
opacity = 0.85
[window.padding]
x = 5
y = 5