mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user