mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +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';
|