File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/xtd.drawing.native.wxwidgets/src/xtd/drawing/native/wxwidgets Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ intptr system_colors::button_face() {
113
113
#if defined(__WXOSX__)
114
114
return __xtd__macos_system_colors_button_face__ ();
115
115
#elif defined(__WXMSW__)
116
- if (is_windows_dark_mode ()) return 0xFF353535 ;
116
+ if (is_windows_dark_mode ()) return 0xFF373737 ;
117
117
return ::to_argb (0xFFFFFFFF );
118
118
#else
119
119
return ::to_argb (wxSystemSettings::GetColour (wxSystemColour::wxSYS_COLOUR_BTNFACE));
@@ -134,7 +134,7 @@ intptr system_colors::button_shadow() {
134
134
135
135
intptr system_colors::control () {
136
136
toolkit::initialize (); // Must be first
137
- if (is_windows_dark_mode ()) return 0xFF191919 ;
137
+ if (is_windows_dark_mode ()) return 0xFF303030 ;
138
138
#if defined(__WXOSX__)
139
139
return __xtd__macos_system_colors_control__ ();
140
140
#else
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ system-colors {
9
9
active-caption-text : white;
10
10
active-text : # D03E3D ;
11
11
app-workspace : # 191919 ;
12
- button-face : # 353535 ;
12
+ button-face : # 373737 ;
13
13
button-highlight : # 00A0FA ;
14
14
button-shadow : # 232323 ;
15
- control : # 191919 ;
15
+ control : # 303030 ;
16
16
control-dark : # 232323 ;
17
17
control-dark-dark : # 171717 ;
18
18
control-light : # 4A4A4A ;
You can’t perform that action at this time.
0 commit comments