ORE Studio 0.0.4
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
color_constants Struct Reference

Centralized color constants for consistent UI styling. More...

#include <ColorConstants.hpp>

Collaboration diagram for color_constants:
Collaboration graph

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.
 

Detailed Description

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.

Member Data Documentation

◆ stale_indicator

const QColor stale_indicator {255, 215, 0}
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.