Skip to content

Commit

Permalink
Changed Kanagawa disabled font shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
donfaustinocortizone committed Nov 12, 2022
1 parent 6062dd7 commit b322b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Nashville96-Kanagawa/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
@define-color outline_color @text_color;
@define-color font_color @text_color; /* Windows Theme: windowtext (any white area text)*/
@define-color font_bright @text_color;
@define-color disabled_font_shadow #282838; /* Windows Theme: buttonhilight, testing confirmed this is what Windows 95 Uses for this setting */
@define-color disabled_font #363646; /* Windows Theme: buttonshadow, testing confirmed this is what Windows 95 Uses for this setting */
@define-color disabled_font_shadow #333345; /* Windows Theme: buttonhilight, testing confirmed this is what Windows 95 Uses for this setting */
@define-color disabled_font #54546D; /* Windows Theme: buttonshadow, testing confirmed this is what Windows 95 Uses for this setting */
@define-color icon_shadow black;
@define-color icon_shadow_bright white;
@define-color menu_text_color #dcd7ba; /* Windows Theme: menutext */
Expand Down

0 comments on commit b322b30

Please sign in to comment.