Skip to content

Commit

Permalink
Update theming algo
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Oct 2, 2023
1 parent 0cf7139 commit 47781be
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 120 deletions.
8 changes: 4 additions & 4 deletions docs/assets/less/stacks-documentation.less
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ body.theme-system {
.theme-custom {
&.themed {
// v2 colors and theming
.create-custom-theme-hsl-variables(hsl(172, 37%, 48%), primary, base);
.create-custom-theme-hsl-variables(hsl(259, 29%, 55%), secondary, base);
.create-custom-theme-hsl-variables(hsl(172, 37%, 48%), primary, dark);
.create-custom-theme-hsl-variables(hsl(259, 29%, 55%), secondary, dark);
.create-custom-theme-hsl-variables(hsl(170, 37%, 48%), primary, base);
.create-custom-theme-hsl-variables(hsl(260, 29%, 55%), secondary, base);
.create-custom-theme-hsl-variables(hsl(170, 50%, 60%), primary, dark);
.create-custom-theme-hsl-variables(hsl(260, 70%, 70%), secondary, dark);
}
}

Expand Down
Loading

0 comments on commit 47781be

Please sign in to comment.