Source code for simvx.editor.theme

"""Editor theme -- re-exports from core theme plus editor-only constants."""

# Editor-only constants (not in AppTheme -- gizmos, animation, etc.)
PLAYHEAD = (1.0, 0.2, 0.2, 1.0)
KEYFRAME = (1.0, 1.0, 1.0, 1.0)
KEYFRAME_SELECTED = (1.0, 0.85, 0.0, 1.0)
TICK_MAJOR = (0.42, 0.42, 0.47, 1.0)
TICK_MINOR = (0.32, 0.32, 0.34, 1.0)
TRACK_BG = (0.11, 0.11, 0.12, 1.0)
TRACK_ALT_BG = (0.14, 0.14, 0.15, 1.0)
ACCENT_ACTIVE = (0.20, 0.57, 0.92, 1.0)
TYPE_COLOUR = (0.5, 0.8, 1.0, 1.0)