20#ifndef ORES_QT_COLOR_CONSTANTS_HPP
21#define ORES_QT_COLOR_CONSTANTS_HPP
24#include "ores.qt/export.hpp"
60 static inline const QColor level_debug{59, 130, 246};
61 static inline const QColor level_info{34, 197, 94};
62 static inline const QColor level_warn{234, 179, 8};
63 static inline const QColor level_error{239, 68, 68};
64 static inline const QColor level_text{255, 255, 255};
Qt-based graphical user interface for ORE Studio.
Definition AccountController.hpp:32
Centralized color constants for consistent UI styling.
Definition ColorConstants.hpp:34
static const QColor level_trace
Log level colors for telemetry viewer badges and filters.
Definition ColorConstants.hpp:59
static const QColor stale_indicator
Color for indicating stale/changed data that needs attention.
Definition ColorConstants.hpp:41
static const QColor icon_color
Standard icon color for toolbar icons in dark theme.
Definition ColorConstants.hpp:46
static const QColor synthetic_indicator
Color for indicating synthetic/generated data that hasn't been saved.
Definition ColorConstants.hpp:54
static const QColor active_session
Color for indicating active sessions in tree view.
Definition ColorConstants.hpp:69