1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

use default theme if theme doesn't exist

This commit is contained in:
Dick Choi
2016-10-04 11:07:21 +09:00
parent 90b490c28b
commit 92fd7ac09c
3 changed files with 20 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ const consts = {
'Dodger Blue',
'Violet Eggplant'
],
THEMES: themes
THEMES: ['default'].concat(themes)
}
module.exports = consts