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-future',
'd-botanical',
'd-lime-green',
'd-orange-green',
'd-green-lime',
'd-green-orange',
'd-cherry',
'd-ice',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),

View File

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

View File

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