Files
dotfiles/.config/alacritty/alacritty.toml

145 lines
1.9 KiB
TOML

[colors.bright]
black = "0x9ca5a6"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.cursor]
cursor = "0xdfecee"
text = "0x0C0F11"
[colors.normal]
black = "0x0C0F11"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.primary]
background = "0x0C0F11"
foreground = "0xdfecee"
[cursor]
style = "Beam"
[env]
TERM = "xterm-256color"
[font]
size = 9.0
[font.bold]
family = "Terminus (TTF)"
style = "Bold"
[font.italic]
family = "Terminus (TTF)"
style = "Regular"
[font.normal]
family = "Terminus (TTF)"
style = "Regular"
[font.offset]
x = 0
y = 0
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Alt"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "J"
mods = "Alt"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "K"
mods = "Alt"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "PageUp"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "PageDown"
mods = "Shift"
[mouse]
hide_when_typing = true
[[mouse.bindings]]
action = "PasteSelection"
mods = "Shift"
mouse = "Middle"
[[mouse.bindings]]
action = "Paste"
mods = "Shift"
mouse = "Right"
[[mouse.bindings]]
action = "None"
mouse = "Middle"
[[mouse.bindings]]
action = "None"
mouse = "Right"
[scrolling]
history = 10000
multiplier = 3
[selection]
#ave_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[terminal.shell]
args = ["-l"]
program = "/bin/zsh"
[window]
decorations = "none"
dynamic_padding = true
dynamic_title = true
opacity = 0.9
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.dimensions]
columns = 80
lines = 20
[window.padding]
x = 12
y = 12
[window.position]
x = 0
y = 0
[general]
working_directory = "None"
[terminal]