Skip to content

Commit

Permalink
BaseSteelTheme: make rootFillColor a bit darker than containers on da…
Browse files Browse the repository at this point in the history
…rk mode for better contrast
  • Loading branch information
joshtynjala committed Sep 11, 2024
1 parent bc9aa4a commit 0a888d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feathers/themes/steel/BaseSteelTheme.hx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class BaseSteelTheme extends ClassVariantTheme implements IDarkModeTheme {
this.themeColor = 0x4f6f9f;
}
this.offsetThemeColor = this.darken(this.themeColor, 0x0f0f0f);
this.rootFillColor = 0x383838;
this.rootFillColor = 0x2f2f2f;
this.controlFillColor1 = 0x5f5f5f;
this.controlFillColor2 = 0x4c4c4c;
this.controlDisabledFillColor = 0x303030;
Expand Down

0 comments on commit 0a888d7

Please sign in to comment.