Themeを色々変えてみた
This commit is contained in:
parent
01185a830b
commit
a03f330c49
@ -29,6 +29,7 @@ export const builtinThemes = [
|
|||||||
require('@/themes/d-botanical.json5'),
|
require('@/themes/d-botanical.json5'),
|
||||||
require('@/themes/d-pumpkin.json5'),
|
require('@/themes/d-pumpkin.json5'),
|
||||||
require('@/themes/d-black.json5'),
|
require('@/themes/d-black.json5'),
|
||||||
|
require('@/themes/d-ncat.json5'),
|
||||||
] as Theme[];
|
] as Theme[];
|
||||||
|
|
||||||
let timeout = null;
|
let timeout = null;
|
||||||
|
@ -242,8 +242,8 @@ type Plugin = {
|
|||||||
*/
|
*/
|
||||||
export class ColdDeviceStorage {
|
export class ColdDeviceStorage {
|
||||||
public static default = {
|
public static default = {
|
||||||
lightTheme: require('@/themes/l-light.json5') as Theme,
|
lightTheme: require('@/themes/d-ncat.json5') as Theme,
|
||||||
darkTheme: require('@/themes/d-dark.json5') as Theme,
|
darkTheme: require('@/themes/d-ncat.json5') as Theme,
|
||||||
syncDeviceDarkMode: true,
|
syncDeviceDarkMode: true,
|
||||||
plugins: [] as Plugin[],
|
plugins: [] as Plugin[],
|
||||||
mediaVolume: 0.5,
|
mediaVolume: 0.5,
|
||||||
|
15
packages/client/src/themes/d-ncat.json5
Normal file
15
packages/client/src/themes/d-ncat.json5
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
id: '5cba19a8-b0e0-42b2-9ab2-35ffd623b045',
|
||||||
|
base: 'dark',
|
||||||
|
desc: 'ぬぁ~んဗ',
|
||||||
|
name: 'Ncat.v2',
|
||||||
|
props: {
|
||||||
|
bg: '#13141C',
|
||||||
|
fg: '#FFF',
|
||||||
|
navBg: '@bg',
|
||||||
|
panel: '@bg',
|
||||||
|
accent: '#96CCE7',
|
||||||
|
renote: '#B0E7CB',
|
||||||
|
},
|
||||||
|
author: '@n@nca10.net',
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user