File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ const appColors = {
9595
9696 //table-resizer
9797 resizerLine : rawColors . green . vista ,
98+
99+ anomalyText : rawColors . purple . mauve ,
100+ anomalyTextLite : rawColors . purple . mauveDark ,
101+ anomalyTextFocus : rawColors . purple . mauveFocus ,
98102}
99103
100104export default {
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ const appColors = {
9494
9595 //table-resizer
9696 resizerLine : rawColors . green . vista ,
97+
98+ anomalyText : rawColors . purple . lilac ,
99+ anomalyTextLite : rawColors . purple . lilacLite ,
100+ anomalyTextFocus : rawColors . purple . lilacFocus ,
97101}
98102
99103export default {
Original file line number Diff line number Diff line change @@ -53,8 +53,12 @@ const rawColors = {
5353 } ,
5454 purple : {
5555 mauve : "#DB94F4" ,
56+ mauveDark : "#CB66EF" ,
57+ mauveFocus : "#EBC2F9" ,
5658 daisy : "#563D7C" ,
5759 lilac : "#B596F8" ,
60+ lilacLite : "#C6AEFA" ,
61+ lilacFocus : "#824EF3" ,
5862 } ,
5963 blue : {
6064 aquamarine : "#19C89E" ,
You can’t perform that action at this time.
0 commit comments