mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[THEMES] Improve text colors of Modern Dark theme (#4655)
- Update colors for all different font sizes. - Update caption color for other fonts too.
This commit is contained in:
parent
22f0c3a84a
commit
7dc58ccb0c
3 changed files with 18 additions and 18 deletions
|
@ -93,10 +93,10 @@ ImageLayout = vertical
|
|||
MinSize = 10, 5
|
||||
SizingMargins = 8, 8, 9, 9
|
||||
SizingType = Stretch
|
||||
TextColor = 112 112 112
|
||||
TextColor = 200 200 200
|
||||
TEXTSHADOWOFFSET = 1,1
|
||||
TextShadowType = Single
|
||||
TextShadowColor = 221 221 221
|
||||
TextShadowColor = 42 42 42
|
||||
|
||||
[Button.Pushbutton(Defaulted)]
|
||||
AccentColorHint = 0 255 0
|
||||
|
@ -105,13 +105,13 @@ AccentColorHint = 0 255 0
|
|||
TextColor = 153 153 153
|
||||
|
||||
[Button.Pushbutton(Hot)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Normal)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Pressed)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
;Checkboxes
|
||||
[Button.Checkbox]
|
||||
|
@ -1488,7 +1488,7 @@ SizingType = stretch
|
|||
Transparent = True
|
||||
|
||||
[Window.Caption(Active)]
|
||||
TextColor = 42 42 42
|
||||
TextColor = 255 255 255
|
||||
|
||||
[Window.Caption(Disabled)]
|
||||
IconEffect = Alpha
|
||||
|
|
|
@ -93,10 +93,10 @@ ImageLayout = vertical
|
|||
MinSize = 10, 5
|
||||
SizingMargins = 8, 8, 9, 9
|
||||
SizingType = Stretch
|
||||
TextColor = 112 112 112
|
||||
TextColor = 200 200 200
|
||||
TEXTSHADOWOFFSET = 1,1
|
||||
TextShadowType = Single
|
||||
TextShadowColor = 221 221 221
|
||||
TextShadowColor = 42 42 42
|
||||
|
||||
[Button.Pushbutton(Defaulted)]
|
||||
AccentColorHint = 0 255 0
|
||||
|
@ -105,13 +105,13 @@ AccentColorHint = 0 255 0
|
|||
TextColor = 153 153 153
|
||||
|
||||
[Button.Pushbutton(Hot)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Normal)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Pressed)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
;Checkboxes
|
||||
[Button.Checkbox]
|
||||
|
@ -1488,7 +1488,7 @@ SizingType = stretch
|
|||
Transparent = True
|
||||
|
||||
[Window.Caption(Active)]
|
||||
TextColor = 42 42 42
|
||||
TextColor = 255 255 255
|
||||
|
||||
[Window.Caption(Disabled)]
|
||||
IconEffect = Alpha
|
||||
|
|
|
@ -93,10 +93,10 @@ ImageLayout = vertical
|
|||
MinSize = 10, 5
|
||||
SizingMargins = 8, 8, 9, 9
|
||||
SizingType = Stretch
|
||||
TextColor = 112 112 112
|
||||
TextColor = 200 200 200
|
||||
TEXTSHADOWOFFSET = 1,1
|
||||
TextShadowType = Single
|
||||
TextShadowColor = 221 221 221
|
||||
TextShadowColor = 42 42 42
|
||||
|
||||
[Button.Pushbutton(Defaulted)]
|
||||
AccentColorHint = 0 255 0
|
||||
|
@ -105,13 +105,13 @@ AccentColorHint = 0 255 0
|
|||
TextColor = 153 153 153
|
||||
|
||||
[Button.Pushbutton(Hot)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Normal)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
[Button.Pushbutton(Pressed)]
|
||||
TextColor = 75 75 75
|
||||
TextColor = 200 200 200
|
||||
|
||||
;Checkboxes
|
||||
[Button.Checkbox]
|
||||
|
@ -1488,7 +1488,7 @@ SizingType = stretch
|
|||
Transparent = True
|
||||
|
||||
[Window.Caption(Active)]
|
||||
TextColor = 42 42 42
|
||||
TextColor = 255 255 255
|
||||
|
||||
[Window.Caption(Disabled)]
|
||||
IconEffect = Alpha
|
||||
|
|
Loading…
Reference in a new issue