Skip to content

Commit

Permalink
Improve modification feature colours
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Feb 11, 2024
1 parent 13545f8 commit 8494d65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protein_feature_view/templates/protein_feature_view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
};

const modColours = {
'MOD:00696': '#2b8',
'MOD:00427': '#c6f',
'MOD:00693': '#d6009e',
'MOD:01875': '#86a8f4',
'MOD:01155': '#d2d27e',
'MOD:00408': '#f88',
'MOD:01875': '#86a8f4',
'MOD:00693': '#ff9943',
'MOD:00696': '#2b8',
'MOD:00427': '#c6f',
'MOD:00764': '#d6009e',
'MOD:00905': '#ff9943',
'_': '#666',
};

Expand Down

0 comments on commit 8494d65

Please sign in to comment.