upd: replace default dark theme

Closes #244
This commit is contained in:
Marie 2023-12-21 21:31:28 +01:00
parent 03dc868536
commit 7a83e46e6a
3 changed files with 1 additions and 22 deletions

View file

@ -42,7 +42,6 @@ export const getBuiltinThemes = () => Promise.all(
'd-green-lime',
'd-green-orange',
'd-cherry',
'd-transfem-cherry',
'd-ice',
'd-u0',
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),

View file

@ -477,7 +477,7 @@ interface Watcher {
* ()
*/
import lightTheme from '@/themes/l-cherry.json5';
import darkTheme from '@/themes/d-transfem-cherry.json5';
import darkTheme from '@/themes/d-ice.json5';
export class ColdDeviceStorage {
public static default = {

View file

@ -1,20 +0,0 @@
{
id: '679b3b87-a4e9-4289-8693-b56c15cc33b5',
name: 'Transfem Mi Cherry Dark',
author: 'Amelia and syuilo',
base: 'dark',
props: {
accent: 'rgb(245, 169, 184)',
bg: 'rgb(28, 28, 37)',
fg: 'rgb(236, 239, 244)',
panel: 'rgb(35, 35, 47)',
renote: '@accent',
link: '@accent',
mention: '@accent',
hashtag: '@accent',
divider: 'rgb(63, 63, 80)',
},
}