UNPKG

@ovine/init

Version:

Apply ovine template more easily.

16 lines (11 loc) 252 B
/** * dark 主题变量 */ import { DefaultTheme } from 'styled-components' import { DeepPartial } from '@core/utils/types' const darkTheme: DeepPartial<DefaultTheme> = { colors: { layoutHeaderBg: '#191c22', }, } export default darkTheme