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,
37 DisableBackground = 29,
57 CursorVolumeBorder = 49,
58 CursorVolumeFill = 50,
59 SelectionVolumeBorder = 51,
60 SelectionVolumeFill = 52,
61 PrefillVolumeBorder = 53,
62 PrefillVolumeFill = 54,
63 PlacementVolumeBorder = 55,
64 PlacementVolumeFill = 56,
65 ControlsGeneralFill = 57,
66 ControlsGeneralHighlight = 58,
67 CoordinateControlX = 59,
68 CoordinateControlY = 60,
69 CoordinateControlZ = 61,