|
| constexpr auto | Raven::Colors::Theme::Accent = IM_COL32(236, 158, 36, 255) |
| constexpr auto | Raven::Colors::Theme::Highlight = IM_COL32(39, 185, 242, 255) |
| constexpr auto | Raven::Colors::Theme::NiceBlue = IM_COL32(83, 232, 254, 255) |
| constexpr auto | Raven::Colors::Theme::Compliment = IM_COL32(78, 151, 166, 255) |
| constexpr auto | Raven::Colors::Theme::Background = IM_COL32(36, 36, 36, 255) |
| constexpr auto | Raven::Colors::Theme::BackgroundDark = IM_COL32(26, 26, 26, 255) |
| constexpr auto | Raven::Colors::Theme::Titlebar = IM_COL32(21, 21, 21, 255) |
| constexpr auto | Raven::Colors::Theme::TitlebarEdit = IM_COL32(130, 90, 21, 255) |
| constexpr auto | Raven::Colors::Theme::TitlebarPlay = IM_COL32(91, 21, 130, 255) |
| constexpr auto | Raven::Colors::Theme::TitlebarPause = IM_COL32(130, 21, 21, 255) |
| constexpr auto | Raven::Colors::Theme::TitlebarLauncher = IM_COL32(12, 0, 176, 255) |
| constexpr auto | Raven::Colors::Theme::PropertyField = IM_COL32(15, 15, 15, 255) |
| constexpr auto | Raven::Colors::Theme::Text = IM_COL32(205, 205, 205, 255) |
| constexpr auto | Raven::Colors::Theme::TextBrighter = IM_COL32(210, 210, 210, 255) |
| constexpr auto | Raven::Colors::Theme::TextDarker = IM_COL32(128, 128, 128, 255) |
| constexpr auto | Raven::Colors::Theme::TextError = IM_COL32(230, 51, 51, 255) |
| constexpr auto | Raven::Colors::Theme::Muted = IM_COL32(77, 77, 77, 255) |
| constexpr auto | Raven::Colors::Theme::GroupHeader = IM_COL32(47, 47, 47, 255) |
| constexpr auto | Raven::Colors::Theme::Selection = IM_COL32(237, 192, 119, 255) |
| constexpr auto | Raven::Colors::Theme::SelectionMuted = IM_COL32(237, 201, 142, 23) |
| constexpr auto | Raven::Colors::Theme::BackgroundPopup = IM_COL32(50, 50, 50, 255) |