-
Notifications
You must be signed in to change notification settings - Fork 0
/
wx-theme-deep-purple.css
22 lines (19 loc) · 1.33 KB
/
wx-theme-deep-purple.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.wx-theme-l5 {color:#000 !important; background-color:#f6f3fb !important}
.wx-theme-l4 {color:#000 !important; background-color:#e0d6f2 !important}
.wx-theme-l3 {color:#000 !important; background-color:#c1ade5 !important}
.wx-theme-l2 {color:#fff !important; background-color:#a384d8 !important}
.wx-theme-l1 {color:#fff !important; background-color:#845bcb !important}
.wx-theme-d1 {color:#fff !important; background-color:#5d34a4 !important}
.wx-theme-d2 {color:#fff !important; background-color:#532e92 !important}
.wx-theme-d3 {color:#fff !important; background-color:#482880 !important}
.wx-theme-d4 {color:#fff !important; background-color:#3e236d !important}
.wx-theme-d5 {color:#fff !important; background-color:#341d5b !important}
.wx-theme-light {color:#000 !important; background-color:#f6f3fb !important}
.wx-theme-dark {color:#fff !important; background-color:#341d5b !important}
.wx-theme-action {color:#fff !important; background-color:#341d5b !important}
.wx-theme {color:#fff !important; background-color:#673ab7 !important}
.wx-text-theme {color:#673ab7 !important}
.wx-border-theme {border-color:#673ab7 !important}
.wx-hover-theme:hover {color:#fff !important; background-color:#673ab7 !important}
.wx-hover-text-theme:hover {color:#673ab7 !important}
.wx-hover-border-theme:hover {border-color:#673ab7 !important}