Browse Source

Renamed the model-index color theme file to trajectory-index

Jason Pattle 2 years ago
parent
commit
ab86cc0bf3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/mol-theme/color.ts
  2. 1 1
      src/mol-theme/color/trajectory-index.ts

+ 1 - 1
src/mol-theme/color.ts

@@ -28,7 +28,7 @@ import { UncertaintyColorThemeProvider } from './color/uncertainty';
 import { EntitySourceColorThemeProvider } from './color/entity-source';
 import { IllustrativeColorThemeProvider } from './color/illustrative';
 import { HydrophobicityColorThemeProvider } from './color/hydrophobicity';
-import { TrajectoryIndexColorThemeProvider } from './color/model-index';
+import { TrajectoryIndexColorThemeProvider } from './color/trajectory-index';
 import { OccupancyColorThemeProvider } from './color/occupancy';
 import { OperatorNameColorThemeProvider } from './color/operator-name';
 import { OperatorHklColorThemeProvider } from './color/operator-hkl';

+ 1 - 1
src/mol-theme/color/model-index.ts → src/mol-theme/color/trajectory-index.ts

@@ -9,7 +9,7 @@ import { Location } from '../../mol-model/location';
 import { StructureElement, Bond, Model } from '../../mol-model/structure';
 import { ColorTheme, LocationColor } from '../color';
 import { ParamDefinition as PD } from '../../mol-util/param-definition';
-import { ThemeDataContext } from '../../mol-theme/theme';
+import { ThemeDataContext } from '../theme';
 import { getPaletteParams, getPalette } from '../../mol-util/color/palette';
 import { TableLegend, ScaleLegend } from '../../mol-util/legend';