|
|
@@ -4,13 +4,13 @@ const { BOTH, LIGHT, DARK } = GrowiThemeSchemeType;
|
|
|
|
|
|
export const PresetThemes = {
|
|
|
DEFAULT: 'default',
|
|
|
- ANTARCTIC: 'antarctic',
|
|
|
+ // ANTARCTIC: 'antarctic',
|
|
|
BLACKBOARD: 'blackboard',
|
|
|
- CHRISTMAS: 'christmas',
|
|
|
+ // CHRISTMAS: 'christmas',
|
|
|
FIRE_RED: 'fire-red',
|
|
|
FUTURE: 'future',
|
|
|
HALLOWEEN: 'halloween',
|
|
|
- HUFFLEPUFF: 'hufflepuff',
|
|
|
+ // HUFFLEPUFF: 'hufflepuff',
|
|
|
ISLAND: 'island',
|
|
|
JADE_GREEN: 'jade-green',
|
|
|
KIBELA: 'kibela',
|
|
|
@@ -51,17 +51,19 @@ export const PresetThemesMetadatas: GrowiThemeMetadata[] = [
|
|
|
lightIcon: '#36819C',
|
|
|
darkIcon: '#69B0C7',
|
|
|
createBtn: '#439CB9',
|
|
|
- }, {
|
|
|
- name: PresetThemes.HUFFLEPUFF,
|
|
|
- schemeType: BOTH,
|
|
|
- lightBg: '#FFFEFD',
|
|
|
- darkBg: '#26231E',
|
|
|
- lightSidebar: '#FEEBA5',
|
|
|
- darkSidebar: '#5C4209',
|
|
|
- lightIcon: '#B88512',
|
|
|
- darkIcon: '#EBB845',
|
|
|
- createBtn: '#403C39',
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // name: PresetThemes.HUFFLEPUFF,
|
|
|
+ // schemeType: BOTH,
|
|
|
+ // lightBg: '#FFFEFD',
|
|
|
+ // darkBg: '#26231E',
|
|
|
+ // lightSidebar: '#FEEBA5',
|
|
|
+ // darkSidebar: '#5C4209',
|
|
|
+ // lightIcon: '#B88512',
|
|
|
+ // darkIcon: '#EBB845',
|
|
|
+ // createBtn: '#403C39',
|
|
|
+ // },
|
|
|
+ {
|
|
|
name: PresetThemes.FIRE_RED,
|
|
|
schemeType: BOTH,
|
|
|
lightBg: '#FFFFFF',
|
|
|
@@ -123,27 +125,30 @@ export const PresetThemesMetadatas: GrowiThemeMetadata[] = [
|
|
|
lightIcon: '#51C2D3',
|
|
|
darkIcon: '#204D54',
|
|
|
createBtn: '#51C2D3',
|
|
|
- }, {
|
|
|
- name: PresetThemes.CHRISTMAS,
|
|
|
- schemeType: LIGHT,
|
|
|
- lightBg: '#212836',
|
|
|
- darkBg: '#323D52',
|
|
|
- lightSidebar: '#2E3E27',
|
|
|
- darkSidebar: '#455D3B',
|
|
|
- lightIcon: '#DC7870',
|
|
|
- darkIcon: '#E7A59F',
|
|
|
- createBtn: '#B90606',
|
|
|
- }, {
|
|
|
- name: PresetThemes.ANTARCTIC,
|
|
|
- schemeType: LIGHT,
|
|
|
- lightBg: '#FAFEFF',
|
|
|
- darkBg: '#E5FAFF',
|
|
|
- lightSidebar: '#EDF4FC',
|
|
|
- darkSidebar: '#DBE9F9',
|
|
|
- lightIcon: '#2631AF',
|
|
|
- darkIcon: '#131857',
|
|
|
- createBtn: '#303DDB',
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // name: PresetThemes.CHRISTMAS,
|
|
|
+ // schemeType: LIGHT,
|
|
|
+ // lightBg: '#212836',
|
|
|
+ // darkBg: '#323D52',
|
|
|
+ // lightSidebar: '#2E3E27',
|
|
|
+ // darkSidebar: '#455D3B',
|
|
|
+ // lightIcon: '#DC7870',
|
|
|
+ // darkIcon: '#E7A59F',
|
|
|
+ // createBtn: '#B90606',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: PresetThemes.ANTARCTIC,
|
|
|
+ // schemeType: LIGHT,
|
|
|
+ // lightBg: '#FAFEFF',
|
|
|
+ // darkBg: '#E5FAFF',
|
|
|
+ // lightSidebar: '#EDF4FC',
|
|
|
+ // darkSidebar: '#DBE9F9',
|
|
|
+ // lightIcon: '#2631AF',
|
|
|
+ // darkIcon: '#131857',
|
|
|
+ // createBtn: '#303DDB',
|
|
|
+ // },
|
|
|
+ {
|
|
|
name: PresetThemes.SPRING,
|
|
|
schemeType: LIGHT,
|
|
|
lightBg: '#FFFFFF',
|