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