File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ const appColors = {
95
95
96
96
//table-resizer
97
97
resizerLine : rawColors . green . vista ,
98
+
99
+ anomalyText : rawColors . purple . mauve ,
100
+ anomalyTextLite : rawColors . purple . mauveDark ,
101
+ anomalyTextFocus : rawColors . purple . mauveFocus ,
98
102
}
99
103
100
104
export default {
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ const appColors = {
94
94
95
95
//table-resizer
96
96
resizerLine : rawColors . green . vista ,
97
+
98
+ anomalyText : rawColors . purple . lilac ,
99
+ anomalyTextLite : rawColors . purple . lilacLite ,
100
+ anomalyTextFocus : rawColors . purple . lilacFocus ,
97
101
}
98
102
99
103
export default {
Original file line number Diff line number Diff line change @@ -53,8 +53,12 @@ const rawColors = {
53
53
} ,
54
54
purple : {
55
55
mauve : "#DB94F4" ,
56
+ mauveDark : "#CB66EF" ,
57
+ mauveFocus : "#EBC2F9" ,
56
58
daisy : "#563D7C" ,
57
59
lilac : "#B596F8" ,
60
+ lilacLite : "#C6AEFA" ,
61
+ lilacFocus : "#824EF3" ,
58
62
} ,
59
63
blue : {
60
64
aquamarine : "#19C89E" ,
You can’t perform that action at this time.
0 commit comments