Skip to content

Commit

Permalink
refa: move theme default to console/app
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 21, 2023
1 parent 8a2532b commit 61c3e00
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 58 deletions.
22 changes: 0 additions & 22 deletions packages/theme-default/client/tsconfig.json

This file was deleted.

34 changes: 0 additions & 34 deletions packages/theme-default/package.json

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/console/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { connect, Dict, global, root } from '@koishijs/client'
import themeDefault from '@koishijs/theme-default'
import theme from './theme'

import './index.scss'

Expand All @@ -10,7 +10,7 @@ declare module '@koishijs/plugin-console' {
}
}

root.plugin(themeDefault)
root.plugin(theme)

root.app.provide('ecTheme', 'dark-blue')

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 61c3e00

Please sign in to comment.