Skip to content

Commit ec140bb

Browse files
committed
Add colors.
1 parent 17c88d5 commit ec140bb

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/theme/dark/colors.js

+4
Original file line numberDiff line numberDiff 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

100104
export default {

src/theme/default/colors.js

+4
Original file line numberDiff line numberDiff 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

99103
export default {

src/theme/rawColors.js

+4
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)