Skip to content

Commit

Permalink
Update shadow text
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Feb 23, 2023
1 parent c87a3ea commit 2b1c1dd
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
Binary file modified docs/pictures/system_colors/system_colors_shadow_text_g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/pictures/system_colors/system_colors_shadow_text_m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/pictures/system_colors/system_colors_shadow_text_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ intptr system_colors::scroll_bar() {
intptr system_colors::shadow_text() {
toolkit::initialize(); // Must be first
if (wxSystemSettings::GetAppearance().IsDark() || is_windows_dark_mode()) return 0xFF000000;
return 0xFFC0C0C0;
return 0xFF979797;
}

intptr system_colors::text_box() {
Expand Down
2 changes: 1 addition & 1 deletion themes/gnome_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system-colors {
menu-highlight: #3584E4;
menu-text: #2E3436;
scroll-bar: #F6F5F4;
shadow-text: silver;
shadow-text: #979797;
text-box: white;
text-box-text: black;
visited-text: purple;
Expand Down
2 changes: 1 addition & 1 deletion themes/kde_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system-colors {
menu-highlight: #3DAEE9;
menu-text: #232627;
scroll-bar: #EFF0F1;
shadow-text: silver;
shadow-text: #979797;
text-box: #FCFCFC;
text-box-text: #232627;
visited-text: purple;
Expand Down
2 changes: 1 addition & 1 deletion themes/macos_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system-colors {
menu-highlight: #345DF1;
menu-text: rgba(0, 0, 0, 0.847);
scroll-bar: #9A9A9A;
shadow-text: silver;
shadow-text: #979797;
text-box: white;
text-box-text: black;
visited-text: purple;
Expand Down
2 changes: 1 addition & 1 deletion themes/symbolic_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ system-colors {
menu-bar: #EFF0F1;
menu-text: #232627;
scroll-bar: #EFF0F1;
shadow-text: silver;
shadow-text: #979797;
text-box: #FCFCFC;
text-box-text: #232627;
visited-text: purple;
Expand Down
2 changes: 1 addition & 1 deletion themes/windows_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system-colors {
menu-highlight: #3399FF;
menu-text: black;
scroll-bar: #C8C8C8;
shadow-text: silver;
shadow-text: #979797;
text-box: white;
text-box-text: black;
visited-text: purple;
Expand Down
2 changes: 1 addition & 1 deletion themes/xtd_light/system-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ system-colors {
menu-highlight: #3DAEE9;
menu-text: #232627;
scroll-bar: #EFF0F1;
shadow-text: silver;
shadow-text: #979797;
text-box: #FCFCFC;
text-box-text: #232627;
visited-text: purple;
Expand Down

0 comments on commit 2b1c1dd

Please sign in to comment.