🎨
This commit is contained in:
parent
b80ec1fa3f
commit
bc9157a03b
2 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,7 @@ export const builtinThemes = [
|
|||
require('@/themes/d-future.json5'),
|
||||
require('@/themes/d-botanical.json5'),
|
||||
require('@/themes/d-cherry.json5'),
|
||||
require('@/themes/d-ice.json5'),
|
||||
require('@/themes/d-pumpkin.json5'),
|
||||
require('@/themes/d-black.json5'),
|
||||
] as Theme[];
|
||||
|
|
13
packages/client/src/themes/d-ice.json5
Normal file
13
packages/client/src/themes/d-ice.json5
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
id: '66e7e5a9-cd43-42cd-837d-12f47841fa34',
|
||||
|
||||
name: 'Mi Ice Dark',
|
||||
author: 'syuilo',
|
||||
|
||||
base: 'dark',
|
||||
|
||||
props: {
|
||||
accent: '#47BFE8',
|
||||
bg: '#212526',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue