Skip to content

Commit

Permalink
Add themepack secondary content foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 28, 2024
1 parent 4f1d0cb commit cbcf13d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/themepacks.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@pxt_content_background_glass: rgba(@pxt_content_background, 0.25);
@pxt_content_foreground: @blue;
@pxt_content_accent: darken(@pxt_content_background, 8%);
@pxt_content_secondary_foreground: #666666;

@pxt_button_primary_background: @primaryColor;
@pxt_button_primary_background_glass: rgba(@pxt_button_primary_background, 0.25);
Expand Down Expand Up @@ -51,6 +52,7 @@
--pxt-content-background-glass: @pxt_content_background_glass;
--pxt-content-foreground: @pxt_content_foreground;
--pxt-content-accent: @pxt_content_accent;
--pxt-content-secondary-foreground: @pxt_content_secondary_foreground;
/// Primary button
--pxt-button-primary-background: @pxt_button_primary_background;
--pxt-button-primary-background-glass: @pxt_button_primary_background_glass;
Expand Down

0 comments on commit cbcf13d

Please sign in to comment.