23 lines
354 B
TOML
23 lines
354 B
TOML
import = ["~/.config/alacritty/themes/themes/hyper.toml"]
|
|
|
|
#[shell]
|
|
#program = "/home/nathan/.cargo/bin/zellij"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
shell = "zsh"
|
|
|
|
[window]
|
|
decorations = "none"
|
|
opacity = 5
|
|
blur = true
|
|
# padding = { x = 10, y = 10 }
|
|
|
|
[font]
|
|
normal = { family = "Fira Code", style = "Regular" }
|
|
size = 6.5
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|