3#include "mc/_HeaderOutputPredefine.h"
5namespace Editor::Settings {
7enum class ThemeSettingsColorKey :
int {
8 TitleBarBackground = 0,
17 PrimaryBackground1 = 9,
18 PrimaryBackground2 = 10,
19 PrimaryBackground3 = 11,
20 PrimaryBackground4 = 12,
22 SecondaryDefault = 14,
24 SecondaryDisable = 16,
25 SecondaryBackground1 = 17,
26 SecondaryBackground2 = 18,
27 SecondaryBackground3 = 19,
33 FocusErrorOutline = 25,
38 DisableBackground = 30,
58 CursorVolumeBorder = 50,
59 CursorVolumeFill = 51,
60 SelectionVolumeBorder = 52,
61 SelectionVolumeFill = 53,
62 SelectionVolumeOutlineBorder = 54,
63 SelectionVolumeOutlineFill = 55,
64 PrefillVolumeBorder = 56,
65 PrefillVolumeFill = 57,
66 PlacementVolumeBorder = 58,
67 PlacementVolumeFill = 59,
68 ControlsGeneralFill = 60,
69 ControlsGeneralHighlight = 61,
70 CoordinateControlX = 62,
71 CoordinateControlY = 63,
72 CoordinateControlZ = 64,