This commit is contained in:
syuilo 2022-07-13 16:33:18 +09:00
parent d7247e2db2
commit 05a342009f
3 changed files with 6 additions and 6 deletions

View file

@ -31,8 +31,8 @@ export const getBuiltinThemes = () => Promise.all(
'd-astro', 'd-astro',
'd-future', 'd-future',
'd-botanical', 'd-botanical',
'd-lime-green', 'd-green-lime',
'd-orange-green', 'd-green-orange',
'd-cherry', 'd-cherry',
'd-ice', 'd-ice',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)), ].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),

View file

@ -1,7 +1,7 @@
{ {
id: '02816013-8107-440f-877e-865083ffe194', id: '02816013-8107-440f-877e-865083ffe194',
name: 'Mi Lime+Green Dark', name: 'Mi Green+Lime Dark',
author: 'syuilo', author: 'syuilo',
base: 'dark', base: 'dark',
@ -19,6 +19,6 @@
popup: '#293330', popup: '#293330',
renote: '@accent', renote: '@accent',
mentionMe: '#ffaa00', mentionMe: '#ffaa00',
link: '#2bceff', link: '#24d7ce',
}, },
} }

View file

@ -1,7 +1,7 @@
{ {
id: 'dc489603-27b5-424a-9b25-1ff6aec9824a', id: 'dc489603-27b5-424a-9b25-1ff6aec9824a',
name: 'Mi Orange+Green Dark', name: 'Mi Green+Orange Dark',
author: 'syuilo', author: 'syuilo',
base: 'dark', base: 'dark',
@ -19,6 +19,6 @@
popup: '#293330', popup: '#293330',
renote: '@accent', renote: '@accent',
mentionMe: '#ffaa00', mentionMe: '#ffaa00',
link: '#2bceff', link: '#24d7ce',
}, },
} }