mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 08:34:30 +08:00
Merge pull request #335 from conradolandia/light_palette
Improve light palette so there is better contrast between hovered and selected states
This commit is contained in:
@@ -11,10 +11,10 @@ class Gray:
|
||||
B70 = '#788D9C'
|
||||
B80 = '#9DA9B5'
|
||||
B90 = '#ACB1B6'
|
||||
B100 = '#B9BDC1'
|
||||
B110 = '#C9CDD0'
|
||||
B120 = '#CED1D4'
|
||||
B130 = '#E0E1E3'
|
||||
B100 = '#B4B8BC'
|
||||
B110 = '#C0C4C8'
|
||||
B120 = '#D2D5D8'
|
||||
B130 = '#DFE1E2'
|
||||
B140 = '#FAFAFA'
|
||||
B150 = '#FFFFFF'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user