Skip to content
Snippets Groups Projects
Verified Commit 77539573 authored by Mar0xy's avatar Mar0xy
Browse files

upd: change default themes

parent 4a63114e
No related branches found
No related tags found
No related merge requests found
......@@ -388,8 +388,8 @@ interface Watcher {
/**
* 常にメモリにロードしておく必要がないような設定情報を保管するストレージ(非リアクティブ)
*/
import lightTheme from '@/themes/l-light.json5';
import darkTheme from '@/themes/d-green-lime.json5';
import lightTheme from '@/themes/l-cherry.json5';
import darkTheme from '@/themes/d-transfem-cherry.json5';
export class ColdDeviceStorage {
public static default = {
......
{
id: '679b3b87-a4e9-4789-8696-b56c15cc33b0',
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)',
},
}
\ No newline at end of file
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