Skip to content

Commit

Permalink
Add a "Light Foreground" Color to the themepack
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 22, 2024
1 parent 53b4b30 commit 2ddf66d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/themepacks.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
source vars: pxt/theme/themepacks.less
******************************************/

@pxt_page_foreground_light: #767676;

@pxt_headerbar_background: @blue;
@pxt_headerbar_background_glass: rgba(@pxt_headerbar_background, 0.25);
@pxt_headerbar_foreground: @white;
Expand Down Expand Up @@ -37,6 +39,7 @@
:root {
/// Page
--pxt-page-font: @pageFont;
--pxt-page-foreground-light: @pxt_page_foreground_light;
/// Header bar
--pxt-headerbar-background: @pxt_headerbar_background;
--pxt-headerbar-background-glass: @pxt_headerbar_background_glass;
Expand Down

0 comments on commit 2ddf66d

Please sign in to comment.