export default {
  id: 'tiny-dark-theme',
  name: 'DarkTheme',
  cnName: '暗黑主题',
  css: `:host .dark,:host,:root{--tv-base-color-brand:#B3B3B3}`
}