mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-12 03:49:59 -05:00
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"theme": {
|
|
"colorScheme": "~/.config/qtengine/caelestia.colors",
|
|
"iconTheme": "Papirus-{{ $mode }}",
|
|
"style": "Darkly",
|
|
"font": {
|
|
"family": "Sans Serif",
|
|
"size": 12,
|
|
"weight": -1
|
|
},
|
|
"fontFixed": {
|
|
"family": "Monospace",
|
|
"size": 12,
|
|
"weight": -1
|
|
}
|
|
},
|
|
"misc": {
|
|
"menusHaveIcons": true,
|
|
"singleClickActivate": false,
|
|
"shortcutsForContextMenus": true
|
|
}
|
|
}
|