11 lines
264 B
TOML
11 lines
264 B
TOML
[flavor]
|
|
dark = "ashen"
|
|
|
|
[icon]
|
|
prepend_exts = [{ name = "kak", text = "" }]
|
|
prepend_files = [
|
|
{ name = "kakrc", text = "" },
|
|
{ name = ".kakrc.local", text = "" },
|
|
{ name = ".local.kakrc", text = "" },
|
|
{ name = ".kakrc", text = "" },
|
|
]
|