Skip to content

Commit 1cdc58b

Browse files
authored
Add insights colors 3 (#573)
* Add insights semi colors * v5.0.55
1 parent 1350ac1 commit 1cdc58b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "5.0.53",
3+
"version": "5.0.54",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/theme/dark/colors.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,17 @@ const appColors = {
159159

160160
// Insights
161161
insightsYellow: rawColors.yellow.yellow130,
162+
insightsYellowSemi: rawColors.yellow.yellow10,
162163
insightsViolet: rawColors.violet.violet150,
164+
insightsVioletSemi: rawColors.violet.violet20,
163165
insightsPurple: rawColors.purple.purple130,
166+
insightsPurpleSemi: rawColors.purple.purple20,
164167
insightsGreen: rawColors.green.netdata,
168+
insightsGreenSemi: rawColors.green.green10,
165169
insightsRed: rawColors.red.red140,
166-
insightsBlue: rawColors.blue.blue130
170+
insightsRedSemi: rawColors.red.red10,
171+
insightsBlue: rawColors.blue.blue130,
172+
insightsBlueSemi: rawColors.blue.blue20,
167173
}
168174

169175
export default {

src/theme/default/colors.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,17 @@ const appColors = {
161161

162162
// Insights
163163
insightsYellow: rawColors.yellow.yellow300,
164+
insightsYellowSemi: rawColors.yellow.yellow190,
164165
insightsViolet: rawColors.violet.violet150,
166+
insightsVioletSemi: rawColors.violet.violet190,
165167
insightsPurple: rawColors.purple.purple100,
168+
insightsPurpleSemi: rawColors.purple.purple180,
166169
insightsGreen: rawColors.green.netdata,
170+
insightsGreenSemi: rawColors.green.green195,
167171
insightsRed: rawColors.red.red140,
172+
insightsRedSemi: rawColors.red.red190,
168173
insightsBlue: rawColors.blue.blue130,
174+
insightsBlueSemi: rawColors.blue.blue190,
169175
}
170176

171177
export default {

0 commit comments

Comments
 (0)