Color & Icon fixes / improvements (#9773)

* init

* update

* update

* revert changes for stepmesh dialog

* make highlight arrow more obvious

* reset to zero icons

* modernize return icon

* better dark mode icon for project page

* fix return arrow

* revert changes for hyperlinks

* update

* Update SelectMachine.cpp

* Update SendToPrinter.cpp

* update

* update plate icons

* dragcanvas dark mode support

* revert changes for calibration page

* revert changes for bind dialog

* Update BindDialog.cpp

* fix green text on bbl calibration window

* Update AmsMappingPopup.cpp

* match measure axis color

* fix

* update

* Update AmsMappingPopup.cpp

* revert color change for hyperlink

* Update NotificationManager.cpp

* update

* add icon for resonance avoidance

* update

* Fix wrong icon color after switching dark mode

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
yw4z
2025-07-17 10:26:55 +03:00
committed by GitHub
parent 3e186d2393
commit 0726819547
40 changed files with 102 additions and 139 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 43 43"><rect x="1.5" y="1.5" width="40" height="40" rx="3.5" style="fill:#54545a"/><path d="M38,2a3,3,0,0,1,3,3V38a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2H38m0-1H5A4,4,0,0,0,1,5V38a4,4,0,0,0,4,4H38a4,4,0,0,0,4-4V5a4,4,0,0,0-4-4Z" style="fill:#ef754a"/><line x1="6.5" y1="12.5" x2="10.5" y2="12.5" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/><line x1="17.5" y1="12.5" x2="36.5" y2="12.5" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/><rect x="10.5" y="6.5" width="7" height="12" rx="2" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/><line x1="36.5" y1="30.5" x2="32.5" y2="30.5" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/><line x1="25.5" y1="30.5" x2="6.5" y2="30.5" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/><rect x="25.5" y="24.5" width="7" height="12" rx="2" transform="translate(58 61) rotate(-180)" style="fill:none;stroke:#ef754a;stroke-linecap:square;stroke-linejoin:round"/></svg>
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 43 43"><rect x="1.5" y="1.5" width="40" height="40" rx="3.5" ry="3.5" style="fill:#f97c55;"/><path d="M38,2c1.65,0,3,1.35,3,3v33c0,1.65-1.35,3-3,3H5c-1.65,0-3-1.35-3-3V5c0-1.65,1.35-3,3-3h33M38,1H5C2.79,1,1,2.79,1,5v33c0,2.21,1.79,4,4,4h33c2.21,0,4-1.79,4-4V5c0-2.21-1.79-4-4-4h0Z" style="fill:#b3b3b3;"/><line x1="6.5" y1="12.5" x2="10.5" y2="12.5" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/><line x1="17.5" y1="12.5" x2="36.5" y2="12.5" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/><rect x="10.5" y="6.5" width="7" height="12" rx="2" ry="2" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/><line x1="36.5" y1="30.5" x2="32.5" y2="30.5" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/><line x1="25.5" y1="30.5" x2="6.5" y2="30.5" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/><rect x="25.5" y="24.5" width="7" height="12" rx="2" ry="2" transform="translate(58 61) rotate(-180)" style="fill:none; stroke:#c4c4c4; stroke-linecap:square; stroke-linejoin:round;"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB