mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08: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';
|