355 static constexpr uint32_t White = IM_COL32(255, 255, 255, 255);
356 static constexpr uint32_t Black = IM_COL32(0, 0, 0, 255);
357 static constexpr uint32_t Gray = IM_COL32(128, 128, 128, 255);
358 static constexpr uint32_t LightGray = IM_COL32(165, 165, 165, 255);
359 static constexpr uint32_t LighterGray = IM_COL32(190, 190, 190, 255);
360 static constexpr uint32_t Red = IM_COL32(255, 0, 0, 255);
361 static constexpr uint32_t Green = IM_COL32(0, 255, 0, 255);
362 static constexpr uint32_t Blue = IM_COL32(0, 0, 255, 255);
363 static constexpr uint32_t Cyan = IM_COL32(0, 255, 255, 255);
364 static constexpr uint32_t Magenta = IM_COL32(255, 0, 255, 255);
365 static constexpr uint32_t Yellow = IM_COL32(255, 255, 0, 255);
366 static constexpr uint32_t Orange = IM_COL32(255, 165, 0, 255);
367 static constexpr uint32_t Purple = IM_COL32(128, 0, 128, 255);
368 static constexpr uint32_t Pink = IM_COL32(255, 192, 203, 255);
369 static constexpr uint32_t Brown = IM_COL32(165, 42, 42, 255);
370 static constexpr uint32_t DarkRed = IM_COL32(139, 0, 0, 255);
371 static constexpr uint32_t DarkGreen = IM_COL32(0, 100, 0, 255);
372 static constexpr uint32_t DarkBlue = IM_COL32(0, 0, 139, 255);
373 static constexpr uint32_t DarkCyan = IM_COL32(0, 139, 139, 255);
374 static constexpr uint32_t DarkMagenta = IM_COL32(139, 0, 139, 255);
375 static constexpr uint32_t DarkYellow = IM_COL32(204, 204, 0, 255);
376 static constexpr uint32_t BrightGreen = IM_COL32(18, 140, 40, 255);
377 static constexpr uint32_t NiceBlue = IM_COL32(83, 232, 254, 255);
379 static constexpr uint32_t Accent = IM_COL32(236, 158, 36, 255);
380 static constexpr uint32_t Highlight = IM_COL32(39, 185, 242, 255);
381 static constexpr uint32_t Compliment = IM_COL32(78, 151, 166, 255);
382 static constexpr uint32_t PropertyField = IM_COL32(15, 15, 15, 255);
383 static constexpr uint32_t Muted = IM_COL32(77, 77, 77, 255);
385 static constexpr uint32_t GroupHeader = IM_COL32(43, 43, 43, 255);
386 static constexpr uint32_t Selection = IM_COL32(190, 205, 119, 255);
387 static constexpr uint32_t SelectionMuted = IM_COL32(237, 201, 142, 23);
388 static constexpr uint32_t Background = IM_COL32(36, 36, 36, 255);
389 static constexpr uint32_t BackgroundDark = IM_COL32(26, 26, 26, 255);
390 static constexpr uint32_t BackgroundDarker = IM_COL32(16, 16, 16, 255);
394 static constexpr uint32_t Normal = IM_COL32(190, 190, 190, 255);
395 static constexpr uint32_t Brighter = IM_COL32(204, 204, 204, 255);
396 static constexpr uint32_t Darker = IM_COL32(128, 128, 128, 255);
397 static constexpr uint32_t Error = IM_COL32(232, 55, 55, 255);
398 static constexpr uint32_t Disabled = IM_COL32(237, 201, 142, 95);
403 static constexpr uint32_t Default = IM_COL32(30, 30, 30, 255);
404 static constexpr uint32_t Orange = IM_COL32(186, 66, 30, 255);
405 static constexpr uint32_t Green = IM_COL32(22, 84, 29, 255);
406 static constexpr uint32_t Red = IM_COL32(190, 32, 30, 255);