Skip to content

Commit

Permalink
Custom Color Scheme defaults to Raven color variables; makes the them…
Browse files Browse the repository at this point in the history
…e usable without the required user defined CSS snippet #158
  • Loading branch information
damiankorcz committed Mar 22, 2024
1 parent a1d3fea commit 5f7ea91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/Color Schemes/colorSchemeBird.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// [Color Scheme - Bird] Light Theme
.theme-light.pt-color-scheme-swan-lt,
.theme-light.pt-color-scheme-custom-lt,
.theme-light:not(.css-settings-manager) { // Fills in enough colours to see the theme when Style Settings isn't enabled
// The color variables below are comma separated HSL values. This format is necessary for using these
// variables down the line in the theme and being able to create variants with varying alpha values (HSLA).
Expand Down Expand Up @@ -61,6 +62,7 @@

// [Color Scheme - Default] Dark Theme
.theme-dark.pt-color-scheme-raven-dt,
.theme-dark.pt-color-scheme-custom-dt,
.theme-dark:not(.css-settings-manager) { // Fills in enough colours to see the theme when Style Settings isn't enabled
// The color variables below are comma separated HSL values. This format is necessary for using these
// variables down the line in the theme and being able to create variants with varying alpha values (HSLA).
Expand Down

0 comments on commit 5f7ea91

Please sign in to comment.