Icon tweaks and cleanup

- Color-unranked icons tweaked for lighter themes, closes #4704
- Star-unranked icons smaller to increase contrast, #4469
- Deleted old icons which snuck back in with the ICC geneartor merge.
This commit is contained in:
Morgan Hardwood
2018-07-29 15:13:35 +02:00
parent 9dc7710039
commit 659901212a
17 changed files with 238 additions and 670 deletions

View File

@@ -202,7 +202,8 @@ FileBrowser::FileBrowser () :
* color labels
***********************/
// Same image arrays in filecatalog.cc
// Thumbnail context menu
// Similar image arrays in filecatalog.cc
std::array<std::string, 6> clabelActiveIcons = {"circle-empty-gray-small.png", "circle-red-small.png", "circle-yellow-small.png", "circle-green-small.png", "circle-blue-small.png", "circle-purple-small.png"};
std::array<std::string, 6> clabelInactiveIcons = {"circle-empty-darkgray-small.png", "circle-empty-red-small.png", "circle-empty-yellow-small.png", "circle-empty-green-small.png", "circle-empty-blue-small.png", "circle-empty-purple-small.png"};