mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
5 lines
215 B
SQL
5 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';
|