mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 20:39:58 -05:00
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