mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
change color
This commit is contained in:
parent
0148efa287
commit
50793bb1fc
8 changed files with 23 additions and 23 deletions
|
@ -25,7 +25,7 @@ static const ImU32 BACKGROUND_COLOR_DARK = IM_COL32(65, 65, 71, 255);
|
|||
static const ImU32 BACKGROUND_COLOR_LIGHT = IM_COL32(255, 255, 255, 255);
|
||||
static const ImU32 GROOVE_COLOR_DARK = IM_COL32(45, 45, 49, 255);
|
||||
static const ImU32 GROOVE_COLOR_LIGHT = IM_COL32(206, 206, 206, 255);
|
||||
static const ImU32 BRAND_COLOR = IM_COL32(0, 174, 66, 255);
|
||||
static const ImU32 BRAND_COLOR = IM_COL32(0, 150, 136, 255);
|
||||
|
||||
|
||||
static int m_tick_value = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue