This commit is contained in:
syuilo 2022-03-01 21:38:56 +09:00
parent b80ec1fa3f
commit bc9157a03b
2 changed files with 14 additions and 0 deletions

View file

@ -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[];

View file

@ -0,0 +1,13 @@
{
id: '66e7e5a9-cd43-42cd-837d-12f47841fa34',
name: 'Mi Ice Dark',
author: 'syuilo',
base: 'dark',
props: {
accent: '#47BFE8',
bg: '#212526',
},
}