mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
change color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user