mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
ENH:dark mode of imgui part
Change-Id: I42975f9004be1a348db83f1a5790490dbc444c9d
This commit is contained in:
parent
1400e9d63a
commit
df260dd724
81 changed files with 877 additions and 297 deletions
|
@ -191,10 +191,13 @@ public:
|
|||
|
||||
static std::array<float, 4> SELECT_COLOR;
|
||||
static std::array<float, 4> UNSELECT_COLOR;
|
||||
static std::array<float, 4> UNSELECT_DARK_COLOR;
|
||||
static std::array<float, 4> DEFAULT_COLOR;
|
||||
static std::array<float, 4> LINE_BOTTOM_COLOR;
|
||||
static std::array<float, 4> LINE_TOP_COLOR;
|
||||
static std::array<float, 4> LINE_TOP_DARK_COLOR;
|
||||
static std::array<float, 4> LINE_TOP_SEL_COLOR;
|
||||
static std::array<float, 4> LINE_TOP_SEL_DARK_COLOR;
|
||||
static std::array<float, 4> HEIGHT_LIMIT_BOTTOM_COLOR;
|
||||
static std::array<float, 4> HEIGHT_LIMIT_TOP_COLOR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue