ketcher-core
Version:
Web-based molecule sketcher
41 lines (40 loc) • 1.03 kB
TypeScript
export declare const UNRESOLVED_MONOMER_COLOR = "#585858";
export declare const BAD_VALENCE_WARNING_COLOR = "#F00";
export declare const BAD_VALENCE_LINE_OFFSET = 2;
export declare const SELECTION_COLOR = "#57FF8F";
export declare const SELECTION_HOVERED_COLOR = "#CCFFDD";
export declare const MONOMER_SYMBOLS_IDS: {
AminoAcid: {
hover: string;
body: string;
autochainPreview: string;
};
CHEM: {
hover: string;
body: string;
autochainPreview: string;
};
Sugar: {
hover: string;
body: string;
variant: string;
autochainPreview: string;
};
Base: {
hover: string;
body: string;
variant: string;
autochainPreview: string;
};
Phosphate: {
hover: string;
body: string;
variant: string;
autochainPreview: string;
};
RNA: {
hover: string;
body: string;
autochainPreview: string;
};
};