mirror of
https://github.com/ColinDuquesnoy/QDarkStyleSheet.git
synced 2026-08-29 08:34:30 +08:00
Add DISABLED_COLOR variable to palettes dark/light. Add @conradolandia to the list of contributors.
This commit is contained in:
@@ -32,5 +32,6 @@ insert your information after the last one.
|
||||
- 2021 - `juanis2112 <https://github.com/juanis2112>`__ - improvements.
|
||||
- 2021 - `ccordoba12 <https://github.com/ccordoba12>`__ - mainteiner/improvements.
|
||||
- 2021 - Julian Gilbey ``jdg@debian.org`` - bug fixes.
|
||||
- 2023 - Andrés Conrado Montoya Acosta `conradolandia <https://github.com/conradolandia>` - improvements.
|
||||
|
||||
And all people that reported bugs, thank you all!
|
||||
|
||||
@@ -33,4 +33,7 @@ class DarkPalette(Palette):
|
||||
COLOR_ACCENT_4 = Blue.B70
|
||||
COLOR_ACCENT_5 = Blue.B80
|
||||
|
||||
# Color for disabled elements
|
||||
COLOR_DISABLED = Gray.B70
|
||||
|
||||
OPACITY_TOOLTIP = 230
|
||||
|
||||
@@ -32,4 +32,7 @@ class LightPalette(Palette):
|
||||
COLOR_ACCENT_4 = Blue.B80
|
||||
COLOR_ACCENT_5 = Blue.B70
|
||||
|
||||
# Color for disabled elements
|
||||
COLOR_DISABLED = Gray.B80
|
||||
|
||||
OPACITY_TOOLTIP = 230
|
||||
|
||||
Reference in New Issue
Block a user