|
ORE Studio 0.0.4
|
Centralized color constants for consistent UI styling. More...
#include <ColorConstants.hpp>

Static Public Attributes | |
| static const QColor | stale_indicator {255, 215, 0} |
| Color for indicating stale/changed data that needs attention. | |
| static const QColor | icon_color {220, 220, 220} |
| Standard icon color for toolbar icons in dark theme. | |
Centralized color constants for consistent UI styling.
These colors are used across the application for visual indicators. Change them here to update the appearance globally.
|
static |
Color for indicating stale/changed data that needs attention.
Used for: reload button stale indicator, recently changed row highlighting. Yellow/gold - visible in both light and dark themes.