Browse Source

fixed carb color

Alexander Rose 6 years ago
parent
commit
d099ab0fcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-model/structure/structure/carbohydrates/constants.ts

+ 1 - 1
src/mol-model/structure/structure/carbohydrates/constants.ts

@@ -182,7 +182,7 @@ export const MonosaccharidesColorTable: [string, Color][] = [
     ['Alt-family', SaccharideColors.Pink],
     ['All-family', SaccharideColors.Purple],
     ['Tal-family', SaccharideColors.LightBlue],
-    ['Ido-family', SaccharideColors.Blue],
+    ['Ido-family', SaccharideColors.Brown],
     ['Fuc-family', SaccharideColors.Red],
     ['Generic/Unknown/Secondary', SaccharideColors.Secondary],
 ]