Skip to content

Commit

Permalink
JK colourdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverarmor committed Jul 14, 2024
1 parent 8ea1f05 commit ef2dd86
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions static/js/colour_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ let JK_colours = {
// "STRCTENG 200 LAB": "",
// "CIVIL 203 LAB": "",

"CIVIL 202": "rgb(255, 110, 50)", //ff6e32 orange
// "CIVIL 203": "rgb(252, 213, 129)", //ffd581 light yellow
"CIVIL 203": "rgb(151, 212, 80)", //c2fa78 light green
"STRCTENG 200": "rgb(243, 182, 31)", //yellow
"ENGSCI 211": "rgb(100, 100, 120)", // bluey grey
// "CIVIL 202": "rgb(255, 110, 50)", //ff6e32 orange
// // "CIVIL 203": "rgb(252, 213, 129)", //ffd581 light yellow
// "CIVIL 203": "rgb(151, 212, 80)", //c2fa78 light green
// "STRCTENG 200": "rgb(243, 182, 31)", //yellow
// "ENGSCI 211": "rgb(100, 100, 120)", // bluey grey

"CIVIL 200": "rgb(255, 110, 50)", //ff6e32 orange
"ENVENG 200": "rgb(151, 212, 80)", //c2fa78 light green
"STRCTENG 201": "rgb(243, 182, 31)", //yellow
"ENGGEN 204": "rgb(100, 100, 120)", // bluey grey


"default": "rgb(248, 58, 34)", // dark red
}

Expand Down

0 comments on commit ef2dd86

Please sign in to comment.