Skip to content

Commit

Permalink
Merge branch 'release-2025-08-07'
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Aug 7, 2025
2 parents 0886eaa + 7ae4443 commit 79b17f5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name tdx-enhanced
// @namespace purdue-it
// @version 2025-07-31-01
// @version 2025-08-07-01
// @description enhanced tdx coloring & formatting. follows system color scheme.
// @author Purdue STEM IT - it@purdue.edu
// @match https://service.purdue.edu/TDWorkManagement*
Expand Down Expand Up @@ -30,6 +30,7 @@
var colorsByQueue = {
'aae': {'bg' : '#7030A0', 'txt' : 'white' },
'abe' : {'bg' : '#256f78', 'txt' : 'white'},
'ag' : {'bg' : '#99CC00', 'txt' : 'white'},
'bidc' : {'bg' : '#C5FFC5', 'txt' : 'black'},
'biology' : {'bg' : '#67c1ee', 'txt' : 'black'},
'bme' : {'bg' : '#0D69FF', 'txt' : 'white'},
Expand All @@ -39,17 +40,21 @@
'coea' : {'bg' : '#00D6BD', 'txt' : 'black'},
'coep' : {'bg' : '#FFDDB7', 'txt' : 'black'},
'comp.sci.' : {'bg' : '#772212', 'txt' : 'white'},
'cos admin' : {'bg' : '#ddaa33', 'txt' : 'black'},
'dp' : {'bg' : '#0070A8', 'txt' : 'white'},
'doe': {'bg' : 'red', 'txt' : 'white'},
'ece' : {'bg' : '#FF6600', 'txt' : 'white'},
'ecnaccts' : {'bg' : '#98A4AE', 'txt' : 'white'},
'students' : {'bg' : '#98A4AE', 'txt' : 'white'},
'eaps' : {'bg' : '#629454', 'txt': 'white'},
'eee' : {'bg' : '#F66A6A', 'txt' : 'white'},
'ene': {'bg' : '#A45CD0', 'txt': 'white' },
'engineering' : {'bg' : '#FFD900', 'txt' : 'black'},
'engr - south' : {'bg' : '#663300', 'txt' : 'white'},
'engr - north' : {'bg' : '#663300', 'txt' : 'white'},
'epics': {'bg' : '#E399E3', 'txt' : 'black'},
'flex' : {'bg' : '#A7ECFF', 'txt' : 'black'},
'helpdesk' : {'bg' : '#98A4AE', 'txt' : 'white'},
'hhs' : {'bg' : '#CFB991', 'txt' : 'black'},
'ie' : {'bg' : '#FFB7B7', 'txt' : 'black'},
'imi' : {'bg' : '#FFB96D', 'txt' : 'black'},
'apple' : {'bg' : '#666666', 'txt' : 'white'},
Expand All @@ -59,16 +64,21 @@
'mse': {'bg' : '#EFD3F5', 'txt' : 'black'},
'ne': {'bg' : '#af6377', 'txt' : 'white'},
'pari' : {'bg' : '#3f5c8a', 'txt': 'white'},
'pharmacy' : {'bg' : '#FF33FF', 'txt' : 'white'},
'physics' : {'bg' : '#07622f', 'txt': 'white'},
//'potr' : {'bg' : '#663300', 'txt' : 'white'},
'president' : {'bg' : '#cfb991', 'txt' : 'black'},
'sacc' : {'bg' : '#434343', 'txt' : 'white'},
'science' : {'bg' : '#22dd94', 'txt' : 'black'},
'sitemgrs' : {'bg' : '#98A4AE', 'txt' : 'white'},
'stat' : {'bg' : '#ff6f44', 'txt' : 'white'},
'students' : {'bg' : '#98A4AE', 'txt' : 'white'},
'swt' : {'bg' : '#000ED6', 'txt' : '#FFEE00'},
'polytechnic' : {'bg' : 'black', 'txt' : 'white'},
'cnit' : {'bg' : '#434343', 'txt' : 'white'},
'uds' : {'bg' : '#98A4AE', 'txt' : 'white'},
'udsprojects': {'bg' : '#98A4AE', 'txt' : 'white'},
'vet' : {'bg' : '#CCFFFF', 'txt' : 'black'},
//'wang' : {'bg' : '#000099', 'txt' : 'white'},
'web' : {'bg' : '#B46086', 'txt' : 'white'},
'windows' : {'bg' : '#b77729', 'txt' : 'white'},
Expand Down

0 comments on commit 79b17f5

Please sign in to comment.