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

add Vulcan UI theme

This commit is contained in:
Baptiste Augrain
2020-02-03 18:45:01 +01:00
committed by Junyoung Choi
parent e44381f295
commit eae964f7e7
2 changed files with 33 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ export default [
label: i18n.__('Solarized Dark'),
isDark: true
},
{
name: 'vulcan',
label: i18n.__('Vulcan'),
isDark: true
},
{
name: 'white',
label: i18n.__('White'),