Skip to content
Snippets Groups Projects
Commit 7a83e46e authored by Marie's avatar Marie
Browse files

upd: replace default dark theme

Closes #244
parent 03dc8685
No related branches found
No related tags found
No related merge requests found
......@@ -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)),
......
......@@ -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 = {
......
{
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)',
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment