Themeを色々変えてみた

This commit is contained in:
NullCat 2022-01-06 23:07:20 +09:00
parent 01185a830b
commit a03f330c49
No known key found for this signature in database
GPG Key ID: 1EF4EBD3F8D00011
3 changed files with 18 additions and 2 deletions

View File

@ -29,6 +29,7 @@ export const builtinThemes = [
require('@/themes/d-botanical.json5'),
require('@/themes/d-pumpkin.json5'),
require('@/themes/d-black.json5'),
require('@/themes/d-ncat.json5'),
] as Theme[];
let timeout = null;

View File

@ -242,8 +242,8 @@ type Plugin = {
*/
export class ColdDeviceStorage {
public static default = {
lightTheme: require('@/themes/l-light.json5') as Theme,
darkTheme: require('@/themes/d-dark.json5') as Theme,
lightTheme: require('@/themes/d-ncat.json5') as Theme,
darkTheme: require('@/themes/d-ncat.json5') as Theme,
syncDeviceDarkMode: true,
plugins: [] as Plugin[],
mediaVolume: 0.5,

View 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',
}