Skip to content

Commit d454f20

Browse files
authored
Add a "Light Foreground" Color to the themepack (#5508)
1 parent 53b4b30 commit d454f20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

theme/themepacks.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
source vars: pxt/theme/themepacks.less
44
******************************************/
55

6+
@pxt_page_foreground_light: #767676;
7+
68
@pxt_headerbar_background: @blue;
79
@pxt_headerbar_background_glass: rgba(@pxt_headerbar_background, 0.25);
810
@pxt_headerbar_foreground: @white;
@@ -37,6 +39,7 @@
3739
:root {
3840
/// Page
3941
--pxt-page-font: @pageFont;
42+
--pxt-page-foreground-light: @pxt_page_foreground_light;
4043
/// Header bar
4144
--pxt-headerbar-background: @pxt_headerbar_background;
4245
--pxt-headerbar-background-glass: @pxt_headerbar_background_glass;

0 commit comments

Comments
 (0)