ui: added icon colors to ColorScheme
This change introduces the qt utility function colorizePixmap() for colloring icons in different colors for different color schemes.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<hover>#B2B2B2</hover>
|
||||
<press>#626262</press>
|
||||
<disabled>#F4F4F4</disabled>
|
||||
<icon>white</icon>
|
||||
</button>
|
||||
|
||||
<field>
|
||||
@@ -100,6 +101,8 @@
|
||||
<text>black</text>
|
||||
<background>white</background>
|
||||
<border>#3C3C3C</border>
|
||||
<icon>black</icon>
|
||||
<hatching>white</hatching>
|
||||
|
||||
<node>
|
||||
<class>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<hover>#555555</hover>
|
||||
<press>#444444</press>
|
||||
<disabled>#333333</disabled>
|
||||
<icon>white</icon>
|
||||
</button>
|
||||
|
||||
<field>
|
||||
@@ -100,6 +101,8 @@
|
||||
<text>#F7F7F7</text>
|
||||
<border>#C3C3C3</border>
|
||||
<background>#272728</background>
|
||||
<icon>#F7F7F7</icon>
|
||||
<hatching>#272728</hatching>
|
||||
|
||||
<node>
|
||||
<class>
|
||||
|
||||
Reference in New Issue
Block a user