mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-29 19:00:49 +02:00
A bunch more theme stuff
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE settings
|
||||
ADD COLUMN theme_dark TEXT DEFAULT 'yaak-dark' NOT NULL;
|
||||
ALTER TABLE settings
|
||||
ADD COLUMN theme_light TEXT DEFAULT 'yaak-light' NOT NULL;
|
||||
Reference in New Issue
Block a user