Skip to content

Commit

Permalink
feat: color for wit in the schedule editor (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jan 17, 2024
1 parent 06f496c commit 473b84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/meeting/views.py
Expand Up @@ -970,6 +970,7 @@ def cubehelix(i, total, hue=1.2, start_angle=0.5):
'rtg' : { 'dark' : (222, 219, 124) , 'light' : (247, 247, 233) },
'sec' : { 'dark' : (0, 114, 178) , 'light' : (245, 252, 248) },
'tsv' : { 'dark' : (117,201,119) , 'light' : (251, 252, 255) },
'wit' : { 'dark' : (117,201,119) , 'light' : (251, 252, 255) }, # intentionally the same as tsv
}
for i, p in enumerate(session_parents):
if p.acronym in liz_preferred_colors:
Expand Down

0 comments on commit 473b84e

Please sign in to comment.