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.
 
static const QColor synthetic_indicator {100, 149, 237}
 Color for indicating synthetic/generated data that hasn't been saved.
 
static const QColor level_trace {107, 114, 128}
 Log level colors for telemetry viewer badges and filters.
 
static const QColor level_debug {59, 130, 246}
 
static const QColor level_info {34, 197, 94}
 
static const QColor level_warn {234, 179, 8}
 
static const QColor level_error {239, 68, 68}
 
static const QColor level_text {255, 255, 255}
 
static const QColor active_session {34, 197, 94}
 Color for indicating active sessions in tree view.
 

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.

◆ synthetic_indicator

const QColor synthetic_indicator {100, 149, 237}
static

Color for indicating synthetic/generated data that hasn't been saved.

Used for: generated currency row highlighting in grids. Blue - distinguishes from yellow (stale/updated) indicator.