mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: dark mode in filament group pop up
1.Also modify some tips jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4e2abfe24afdf7f0d728a486aa248b8e5accbdf4 (cherry picked from commit 98dad923f8ee3001add10837a9b0a6c1507b47e0)
This commit is contained in:
@@ -336,6 +336,7 @@ wxBitmap* BitmapCache::load_svg(const std::string &bitmap_name, unsigned target_
|
||||
replaces["\"#909090\""] = "\"#FFFFFF\"";
|
||||
replaces["\"#00FF00\""] = "\"#FF0000\"";
|
||||
replaces["\"#009688\""] = "\"#00675b\"";
|
||||
replaces["\"#F1F1F1\""] = "\"#36363B\"";
|
||||
replaces["#DBDBDB"] = "#4A4A51"; // ORCA border color
|
||||
replaces["#F0F0F1"] = "#333337"; // ORCA disabled background color
|
||||
replaces["#262E30"] = "#EFEFF0"; // ORCA
|
||||
|
||||
Reference in New Issue
Block a user