i3/.config/alacritty/alacritty.toml

92 lines
1.5 KiB
TOML
Raw Normal View History

2023-12-27 19:56:33 -05:00
[colors.bright]
black = "0x555753"
blue = "0x739fcf"
cyan = "0x34e2e2"
green = "0x8ae234"
magenta = "0xad7fa8"
red = "0xef2929"
white = "0xeeeeec"
yellow = "0xfce94f"
[colors.normal]
black = "0x2e3436"
blue = "0x3465a4"
cyan = "0x06989a"
green = "0x4e9a06"
magenta = "0x75507b"
red = "0xcc0000"
white = "0xd3d7cf"
yellow = "0xc4a000"
[colors.primary]
background = "0x111111"
foreground = "0xb98000"
[env]
WINIT_X11_SCALE_FACTOR = "1.0"
[font]
size = 11.0
[font.normal]
family = "Hack"
[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
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 = "Control|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Super"
[[keyboard.bindings]]
key = "Backslash"
mods = "Super"
[keyboard.bindings.command]
args = ["-c", "~/.config/alacritty/swapColors.sh"]
program = "sh"
[mouse]
hide_when_typing = true
[window.padding]
x = 2
y = 2