mirror of
https://github.com/zadam/trilium.git
synced 2024-11-14 19:55:10 +08:00
4 lines
215 B
SQL
4 lines
215 B
SQL
-- black theme has been removed, dark is closest replacement
|
|
UPDATE options SET value = 'dark' WHERE name = 'theme' AND value = 'black';
|
|
|
|
UPDATE options SET value = 'light' WHERE name = 'theme' AND value = 'white';
|