Color Schemes
ACoord provides customizable color schemes for atom visualization.
Built-in Color Schemes
ACoord includes preset color schemes:
- Bright — Modern, vibrant colors
- Jmol — Traditional Jmol colors
Using Color Schemes
Select Scheme
- Open the Colors panel in the sidebar
- Select a scheme from the dropdown (Bright, Jmol, or custom)
- Colors update for the current brush
Apply to Selected Atoms
- Select atoms in the 3D view
- Click Apply in the Brush panel (left toolbar)
- Atom colors update permanently
Note: Atoms must be selected before clicking Apply.
Custom Color Schemes
Save Current Colors as Scheme
- Open the Colors panel
- Click Save As... button
- Enter a name for the scheme
Import/Export Schemes
Export:
- Open the Colors panel
- Select scheme in dropdown
- Click Export button
Import:
- Open the Colors panel
- Click Import button
- Select
.jsonfile
Delete Custom Scheme
- Open the Colors panel
- Select the custom scheme in dropdown
- Click Delete button
Color Scheme Format
json
{
"name": "My Scheme",
"colors": {
"H": "#FFFFFF",
"C": "#909090",
"N": "#3050F8",
"O": "#FF0D0D"
},
"description": "Custom color scheme"
}Use standard element symbols (H, C, N, O, Fe, etc.) and CSS hex colors (#RRGGBB).
