Add light theme (#120)

This commit is contained in:
Adhityaa Chandrasekar
2019-10-19 09:56:56 -07:00
committed by Maxim Baz
parent 42b2757967
commit 592f12396f
9 changed files with 176 additions and 45 deletions

View File

@@ -24,7 +24,8 @@ var defaultSettings = {
gpgPath: null,
stores: {},
foreignFills: {},
username: null
username: null,
theme: "dark"
};
var authListeners = {};