18 lines
279 B
TOML
18 lines
279 B
TOML
[general]
|
|
import = [
|
|
"~/.config/alacritty/catppuccin-frappe.toml"
|
|
]
|
|
|
|
[terminal]
|
|
shell = "fish"
|
|
|
|
[font]
|
|
normal = { family = "Ubuntu Sans Mono" }
|
|
italic = { family = "Ubuntu Sans Mono" }
|
|
bold = { family = "Ubuntu Sans Mono" }
|
|
size = 18
|
|
|
|
[window]
|
|
decorations = "full"
|
|
opacity = 1
|