UNPKG
@ovine-eason/core
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.1.9
Build flexible admin system with json.
CareyToboo/ovine
@ovine-eason/core
/
lib
/
styled
/
themes
/
dark.js
13 lines
(12 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
darkTheme = {
ns
:
'dark-'
,
name
:
'dark'
,
text
:
'暗黑主题'
,
colors
: {
bodyBg
:
'#333538'
,
text
:
'rgb(243, 241, 241)'
,
layoutHeaderBg
:
'#191c22'
,
linkHover
:
'#2296f3'
,
border
:
'#656565'
, }, };