17 lines
248 B
TOML
17 lines
248 B
TOML
[window]
|
|
opacity = 0.95
|
|
padding = { x = 10, y = 10 }
|
|
|
|
[font]
|
|
normal.family = "FiraCode Nerd Font"
|
|
normal.style = "Regular"
|
|
size = 11.0
|
|
|
|
[terminal]
|
|
shell.program = "/usr/bin/zellij"
|
|
|
|
[colors.primary]
|
|
background = "0x1e1e30"
|
|
foreground = "0xcdd6f4"
|
|
|