Skip to content

Commit d4907e5

Browse files
committed
fix(colors): update colors in palette
1 parent f51d524 commit d4907e5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/e3sm_quickview/utils/colors.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
TYPE_COLORS = [
2-
"success",
3-
"info",
4-
"warning",
5-
"error",
2+
"red",
3+
"yellow",
64
"purple",
75
"cyan",
8-
"teal",
6+
"brown",
97
"indigo",
10-
"pink",
11-
"amber",
8+
"gray",
9+
"orange",
10+
"green",
11+
"orange",
1212
"lime",
1313
"deep-purple",
1414
]

0 commit comments

Comments
 (0)