29 lines
466 B
TOML
29 lines
466 B
TOML
# [shell]
|
|
# program = "/bin/bash"
|
|
# args = ["-l","-c","tmux attach || tmux"]
|
|
|
|
[window]
|
|
opacity = 0.75
|
|
padding = { x = 5, y = 5}
|
|
|
|
[colors.primary]
|
|
background = "#000000"
|
|
|
|
[font]
|
|
size = 11
|
|
|
|
[font.bold]
|
|
family = "SpaceMono Nerd Font Mono"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "SpaceMono Nerd Font Mono"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "SpaceMono Nerd Font Mono"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "SpaceMono Nerd Font Mono"
|
|
style = "Regular"
|