mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 15:29:28 -05:00
feat: switch to qtengine
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
[Appearance]
|
||||
color_scheme_path={{ $config }}/colors/caelestia.colors
|
||||
custom_palette=true
|
||||
icon_theme=Papirus-{{ $mode }}
|
||||
standard_dialogs=default
|
||||
style=Darkly
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user