Skip to content

Commit 066164f

Browse files
psvenkdtemkin1
andauthored
Color scheme updates (#511)
* Update colors * Update 9 to contrast with 24 * Further update Course 9 color * prettier * prettier ✨ --------- Co-authored-by: Diego Temkin <[email protected]>
1 parent 019019f commit 066164f

File tree

2 files changed

+63
-51
lines changed

2 files changed

+63
-51
lines changed

src/assets/css/coursecolors.css

+56-47
Original file line numberDiff line numberDiff line change
@@ -7,127 +7,136 @@ https://github.com/venkatesh-sivaraman/fireroad-server/blob/develop/requirements
77
}
88

99
.course-1 {
10-
background-color: #de4343 !important;
10+
background-color: #d10d23 !important;
1111
}
1212
.course-2 {
13-
background-color: #de7643 !important;
13+
background-color: #f16024 !important;
1414
}
1515
.course-3 {
16-
background-color: #4369de !important;
16+
background-color: #2816cd !important;
1717
}
1818
.course-4 {
19-
background-color: #57b563 !important;
19+
background-color: #bde788 !important;
2020
}
2121
.course-5 {
22-
background-color: #43deaf !important;
22+
background-color: #9eabd0 !important;
2323
}
2424
.course-6 {
25-
background-color: #4390de !important;
25+
background-color: #499eda !important;
2626
}
2727
.course-7 {
28-
background-color: #5779b5 !important;
28+
background-color: #4365a2 !important;
2929
}
3030
.course-8 {
31-
background-color: #8157b5 !important;
31+
background-color: #7a36bf !important;
3232
}
3333
.course-9 {
34-
background-color: #8143de !important;
34+
background-color: #482c7d !important;
3535
}
3636
.course-10 {
37-
background-color: #b55757 !important;
37+
background-color: #c96b52 !important;
3838
}
3939
.course-11 {
40-
background-color: #b55773 !important;
40+
background-color: #81235b !important;
4141
}
4242
.course-12 {
43-
background-color: #43de4f !important;
43+
background-color: #4bcb4a !important;
4444
}
4545
.course-14 {
46-
background-color: #de9043 !important;
46+
background-color: #f5a623 !important;
4747
}
4848
.course-15 {
49-
background-color: #b55c57 !important;
49+
background-color: #a40052 !important;
5050
}
5151
.course-16 {
52-
background-color: #43b2de !important;
52+
background-color: #7be1f0 !important;
5353
}
5454
.course-17 {
55-
background-color: #de43b7 !important;
55+
background-color: #c80db9 !important;
5656
}
5757
.course-18 {
58-
background-color: #575db5 !important;
58+
background-color: #13007d !important;
5959
}
6060
.course-20 {
61-
background-color: #57b56e !important;
61+
background-color: #64a518 !important;
6262
}
6363
.course-21 {
64-
background-color: #57b567 !important;
64+
background-color: #a18cd3 !important;
6565
}
6666
.course-21A {
67-
background-color: #57b573 !important;
68-
}
69-
.course-21W {
70-
background-color: #57b580 !important;
71-
}
72-
.course-CMS {
73-
background-color: #57b58c !important;
67+
background-color: #9162d0 !important;
7468
}
7569
.course-21G {
76-
background-color: #57b599 !important;
70+
background-color: #764e8d !important;
7771
}
7872
.course-21H {
79-
background-color: #57b5a5 !important;
73+
background-color: #b560c3 !important;
8074
}
8175
.course-21L {
82-
background-color: #57b5b2 !important;
76+
background-color: #d574d7 !important;
8377
}
8478
.course-21M {
85-
background-color: #57acb5 !important;
79+
background-color: #f1a7e5 !important;
8680
}
87-
.course-WGS {
88-
background-color: #579fb5 !important;
81+
.course-21W {
82+
background-color: #d16ca4 !important;
8983
}
9084
.course-22 {
91-
background-color: #b55757 !important;
85+
background-color: #734954 !important;
9286
}
9387
.course-24 {
94-
background-color: #7657b5 !important;
88+
background-color: #4d007b !important;
9589
}
9690
.course-CC {
97-
background-color: #4fde43 !important;
91+
background-color: #398486 !important;
92+
}
93+
.course-CMS {
94+
background-color: #8aafb1 !important;
9895
}
9996
.course-CSB {
100-
background-color: #579ab5 !important;
97+
background-color: #f5889c !important;
10198
}
10299
.course-EC {
103-
background-color: #76b557 !important;
100+
background-color: #8b1d17 !important;
104101
}
105102
.course-EM {
106-
background-color: #576eb5 !important;
103+
background-color: #e1d059 !important;
107104
}
108105
.course-ES {
109-
background-color: #5a57b5 !important;
106+
background-color: #b0b02e !important;
110107
}
111108
.course-HST {
112-
background-color: #5779b5 !important;
109+
background-color: #90cdd0 !important;
113110
}
114111
.course-IDS {
115-
background-color: #57b586 !important;
112+
background-color: #8abd6d !important;
116113
}
117114
.course-MAS {
118-
background-color: #57b55a !important;
115+
background-color: #64696d !important;
119116
}
120117
.course-SCM {
121-
background-color: #57b573 !important;
118+
background-color: #152348 !important;
122119
}
123120
.course-STS {
124-
background-color: #8f57b5 !important;
121+
background-color: #155410 !important;
125122
}
126-
.course-SWE {
127-
background-color: #b56b57 !important;
123+
.course-WGS {
124+
background-color: #44cf9d !important;
128125
}
129126
.course-SP {
130-
background-color: #4343de !important;
127+
background-color: #f4dc26 !important;
128+
}
129+
.course-SWE {
130+
background-color: #b82165 !important;
131+
}
132+
.course-AS {
133+
background-color: #b0b0b0 !important;
134+
}
135+
.course-MS {
136+
background-color: #b0b0b0 !important;
137+
}
138+
.course-NS {
139+
background-color: #b0b0b0 !important;
131140
}
132141

133142
.generic-GIR {

src/mixins/colorMixin.js

+7-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ export default {
2323
"20",
2424
"21",
2525
"21A",
26-
"21W",
27-
"CMS",
2826
"21G",
2927
"21H",
3028
"21L",
3129
"21M",
32-
"WGS",
30+
"21W",
3331
"22",
3432
"24",
3533
"CC",
34+
"CMS",
3635
"CSB",
3736
"EC",
3837
"EM",
@@ -42,8 +41,12 @@ export default {
4241
"MAS",
4342
"SCM",
4443
"STS",
45-
"SWE",
44+
"WGS",
4645
"SP",
46+
"SWE",
47+
"AS",
48+
"MS",
49+
"NS",
4750
],
4851
validGeneric: [
4952
"PHY1",

0 commit comments

Comments
 (0)