49 lines
714 B
TOML
49 lines
714 B
TOML
import = ["/home/trianta/.config/alacritty/catppuccin/catppuccin-mocha.toml"]
|
|
|
|
[cursor.style]
|
|
shape = "Underline"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 15
|
|
|
|
[colors]
|
|
footer_bar = { foreground = "#181818", background = "#d8d8d8" }
|
|
|
|
[font.normal]
|
|
family = "HackNerdFont"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollPageUp"
|
|
key = "PageUp"
|
|
mode = "~Alt"
|
|
mods = "Shift"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollPageDown"
|
|
key = "PageDown"
|
|
mode = "~Alt"
|
|
mods = "Shift"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollToTop"
|
|
key = "Home"
|
|
mode = "~Alt"
|
|
mods = "Shift"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollToBottom"
|
|
key = "End"
|
|
mode = "~Alt"
|
|
mods = "Shift"
|
|
|
|
[shell]
|
|
args = ["--login"]
|
|
program = "/bin/zsh"
|
|
|
|
[window]
|
|
opacity = 0.5
|
|
|