テーマエディターの実装 (#6482)
* テーマ機能の実装 * resolve #6478 * 定数を削除できるように * 変更を破棄するか確認ダイアログを表示するように * fix code * Update theme.ts * ✌️ * fix path * wip * wip * wip Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
@ -12,6 +12,8 @@ export type Theme = {
|
||||
export const lightTheme: Theme = require('../themes/_light.json5');
|
||||
export const darkTheme: Theme = require('../themes/_dark.json5');
|
||||
|
||||
export const themeProps = Object.keys(lightTheme.props).filter(key => !key.startsWith('X'));
|
||||
|
||||
export const builtinThemes = [
|
||||
require('../themes/white.json5'),
|
||||
require('../themes/black.json5'),
|
||||
|
Reference in New Issue
Block a user