forked from Shinonome/dots-hyprland
ai: code blocks: update colorscheme along with other stuff
This commit is contained in:
@@ -127,7 +127,7 @@ const ColorSchemeSettings = () => Widget.Box({
|
||||
darkMode.value = !!newValue;
|
||||
},
|
||||
extraSetup: (self) => self.hook(darkMode, (self) => {
|
||||
self.enabled.value = darkMode.value;
|
||||
self.attribute.enabled.value = darkMode.value;
|
||||
}),
|
||||
}),
|
||||
ConfigToggle({
|
||||
|
||||
Reference in New Issue
Block a user