All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
2 live_config_reload = true
9 normal = { family = "DejaVuSansM Nerd Font Mono" }
13 semantic_escape_chars = ",│`|\"' ()[]{}<>\t/"
16 shell = { program = "/bin/zsh", args = ["-l"] }
20 { key = "s", mods = "Control|Alt", action = "SearchBackward" },
21 { key = "v", mods = "Control|Alt", action = "Paste" },
22 { key = "c", mods = "Control|Alt", action = "Copy" },
24 { key = "+", mods = "Control|Shift", action = "IncreaseFontSize" },
25 { key = "-", mods = "Control", action = "DecreaseFontSize" },
26 { key = "0", mods = "Control", action = "ResetFontSize" },
28 { key = "PageUp", mods = "Shift", action = "ScrollPageUp" },
29 { key = "PageDown", mods = "Shift", action = "ScrollPageDown" },
30 { key = "End", mods = "Shift", action = "ScrollToBottom" },
31 { key = "Home", mods = "Shift", action = "ScrollToTop" },
33 { key = "ArrowUp", mode = "Search", action = "SearchFocusNext" },
34 { key = "ArrowDown", mode = "Search", action = "SearchFocusPrevious" },
35 { key = "Enter", mode = "Search", action = "SearchCancel" },
37 # until https://github.com/alacritty/alacritty/pull/8562 is merged
38 { key = "Enter", mods = "Shift", chars = "\u001b[13;2u" },
41 # catppuccin/mocha from https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
44 background = "#1e1e2e"
45 foreground = "#cdd6f4"
46 dim_foreground = "#7f849c"
47 bright_foreground = "#cdd6f4"
53 [colors.vi_mode_cursor]
57 [colors.search.matches]
58 foreground = "#1e1e2e"
59 background = "#a6adc8"
61 [colors.search.focused_match]
62 foreground = "#1e1e2e"
63 background = "#a6e3a1"
66 foreground = "#1e1e2e"
67 background = "#a6adc8"
70 foreground = "#1e1e2e"
71 background = "#f9e2af"
74 foreground = "#1e1e2e"
75 background = "#a6adc8"
79 background = "#f5e0dc"
101 [[colors.indexed_colors]]
105 [[colors.indexed_colors]]