auto light/dark scheme for neovim

This commit is contained in:
Zacharias-Brohn
2026-02-19 16:54:43 +01:00
parent 79428bb209
commit fb8f8284d4
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ JsonObject {
property string mode: "dark"
property int scheduleDarkStart: 0
property int scheduleDarkEnd: 0
property bool neovimColors: false
}
component Apps: JsonObject {