Browse Source

Issue #967: white is a very light gray; less confusing than lightgray

cycle20 5 tháng trước cách đây
mục cha
commit
fcd031c54b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Tm3DStandaloneApp/tmdet-viewer/TmViewerStandalone.ts

+ 1 - 1
src/Tm3DStandaloneApp/tmdet-viewer/TmViewerStandalone.ts

@@ -109,7 +109,7 @@ export class TmViewerStandalone extends Viewer {
                             `(sel.atom.atom-groups :chain-test (set.has (set ${chainList}) atom.label_asym_id))`,
                             'mol-script'
                         ),
-                        color:  hexRgb !== false ? Color.fromHexString(hexRgb) : ColorNames.grey,
+                        color:  hexRgb !== false ? Color.fromHexString(hexRgb) : ColorNames.white,
                         clear: clear
                     }
                 ]