https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7dc58ccb0c390b48c65d6dae9ae592f6b17d3cea

commit 7dc58ccb0c390b48c65d6dae9ae592f6b17d3cea
Author:     Sam Watson <multisniper...@gmail.com>
AuthorDate: Sun Sep 4 09:18:36 2022 +1200
Commit:     GitHub <nore...@github.com>
CommitDate: Sat Sep 3 23:18:36 2022 +0200

    [THEMES] Improve text colors of Modern Dark theme (#4655)
    
    - Update colors for all different font sizes.
    - Update caption color for other fonts too.
---
 .../Modern/modern.msstyles/textfiles/Dark/ExtraLargeDark.INI | 12 ++++++------
 .../Modern/modern.msstyles/textfiles/Dark/LargeFontsDark.INI | 12 ++++++------
 .../Modern/modern.msstyles/textfiles/Dark/RegularDark.INI    | 12 ++++++------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/media/themes/Modern/modern.msstyles/textfiles/Dark/ExtraLargeDark.INI 
b/media/themes/Modern/modern.msstyles/textfiles/Dark/ExtraLargeDark.INI
index 0b16d58e464..89183f37df6 100644
--- a/media/themes/Modern/modern.msstyles/textfiles/Dark/ExtraLargeDark.INI
+++ b/media/themes/Modern/modern.msstyles/textfiles/Dark/ExtraLargeDark.INI
@@ -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
diff --git 
a/media/themes/Modern/modern.msstyles/textfiles/Dark/LargeFontsDark.INI 
b/media/themes/Modern/modern.msstyles/textfiles/Dark/LargeFontsDark.INI
index bb93507eda7..817a35edda6 100644
--- a/media/themes/Modern/modern.msstyles/textfiles/Dark/LargeFontsDark.INI
+++ b/media/themes/Modern/modern.msstyles/textfiles/Dark/LargeFontsDark.INI
@@ -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
diff --git a/media/themes/Modern/modern.msstyles/textfiles/Dark/RegularDark.INI 
b/media/themes/Modern/modern.msstyles/textfiles/Dark/RegularDark.INI
index 775d3eccc25..0f3f624f137 100644
--- a/media/themes/Modern/modern.msstyles/textfiles/Dark/RegularDark.INI
+++ b/media/themes/Modern/modern.msstyles/textfiles/Dark/RegularDark.INI
@@ -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

Reply via email to