Add light theme (#120)
This commit is contained in:

committed by
Maxim Baz

parent
42b2757967
commit
592f12396f
@@ -24,7 +24,8 @@ var defaultSettings = {
|
||||
gpgPath: null,
|
||||
stores: {},
|
||||
foreignFills: {},
|
||||
username: null
|
||||
username: null,
|
||||
theme: "dark"
|
||||
};
|
||||
|
||||
var authListeners = {};
|
||||
|
Reference in New Issue
Block a user