Skip to content

Commit 2419af1

Browse files
huiwanpnnljourdain
authored andcommitted
Change again the seq. of colors used for var groups.
In a recent conversation with a colleague, I realized that having red as the first color (and with a very red close button) could lead to the misunderstanding that the variable group tab was indicating that something had gone wrong :-) hence I'm suggesting a new sequence.
1 parent 36e9e65 commit 2419af1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/e3sm_quickview/utils/colors.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
TYPE_COLORS = [
2-
"red",
3-
"yellow",
4-
"purple",
5-
"cyan",
62
"brown",
3+
"amber",
4+
"cyan",
5+
"purple",
6+
"blue-gray",
7+
"green",
8+
"deep-orange",
79
"indigo",
10+
"pink",
11+
"teal",
812
"gray",
9-
"orange",
10-
"green",
11-
"orange",
12-
"lime",
13-
"deep-purple",
13+
"red",
1414
]
1515

1616

0 commit comments

Comments
 (0)