Skip to content

Commit c300386

Browse files
committed
Change brown color a bit
1 parent 8ceeea6 commit c300386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ QColor Gui::to_color(const std::string& str, int alpha)
145145
else if (str == "orange")
146146
result = QColor(254, 139, 38);
147147
else if (str == "brown")
148-
result = QColor(165, 42, 42);
148+
result = QColor(160, 82, 45);
149149
else
150150
result = Qt::black;
151151
}

0 commit comments

Comments
 (0)