mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:43:09 +02:00
parent
03dc868536
commit
7a83e46e6a
3 changed files with 1 additions and 22 deletions
|
@ -42,7 +42,6 @@ export const getBuiltinThemes = () => Promise.all(
|
||||||
'd-green-lime',
|
'd-green-lime',
|
||||||
'd-green-orange',
|
'd-green-orange',
|
||||||
'd-cherry',
|
'd-cherry',
|
||||||
'd-transfem-cherry',
|
|
||||||
'd-ice',
|
'd-ice',
|
||||||
'd-u0',
|
'd-u0',
|
||||||
].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
|
].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 lightTheme from '@/themes/l-cherry.json5';
|
||||||
import darkTheme from '@/themes/d-transfem-cherry.json5';
|
import darkTheme from '@/themes/d-ice.json5';
|
||||||
|
|
||||||
export class ColdDeviceStorage {
|
export class ColdDeviceStorage {
|
||||||
public static default = {
|
public static default = {
|
||||||
|
|
|
@ -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)',
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue