wm-logs/home/config/alacritty/alacritty.toml

123 lines
1.6 KiB
TOML
Raw Permalink Normal View History

[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "0x86909B"
blue = "0x64B5F6"
cyan = "0x34E2E2"
green = "0x41D3B7"
magenta = "0xA6A6D1"
red = "0xFC7661"
white = "0xDAE1E9"
yellow = "0xFFD341"
[colors.normal]
black = "0x323F4D"
blue = "0x62aeef"
cyan = "0x05979A"
green = "0x19BC9C"
magenta = "0x9595D0"
red = "0xF33E22"
white = "0xCED6E0"
yellow = "0xF5BD07"
[colors.primary]
background = "0x57606f"
foreground = "0xf2f5fc"
[colors.selection]
background = "#96CCF8"
text = "CellForeground"
[cursor]
blink_interval = 700
[cursor.style]
blinking = "On"
[env]
TERM = "xterm-256color"
WINIT_X11_SCALE_FACTOR = "1.125"
[font]
size = 10.0
[font.bold]
family = "Menlo"
[font.italic]
family = "Menlo"
[font.normal]
family = "Menlo"
[[keyboard.bindings]]
action = "None"
key = "Equals"
mods = "Control"
[[keyboard.bindings]]
action = "None"
key = "Minus"
mods = "Control"
[[keyboard.bindings]]
action = "ClearHistory"
key = "K"
mods = "Super"
[[keyboard.bindings]]
chars = "\f"
key = "K"
mods = "Super"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Super"
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Super"
[[keyboard.bindings]]
action = "Quit"
key = "W"
mods = "Super"
[[keyboard.bindings]]
action = "None"
key = "Q"
mods = "Super"
[[keyboard.bindings]]
action = "None"
key = "L"
mods = "Super"
[[keyboard.bindings]]
action = "CreateNewWindow"
key = "N"
mods = "Super"
[[mouse.bindings]]
action = "None"
mouse = "Middle"
[scrolling]
history = 66666
[window]
dynamic_title = true
opacity = 0.98
[window.dimensions]
columns = 135
lines = 40
[window.padding]
x = 6
y = 6