Skip to content

Commit

Permalink
Fixed graph colours going black when switching theme #133
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed May 26, 2024
1 parent 08d2d40 commit 191764c
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 115 deletions.
4 changes: 2 additions & 2 deletions src/scss/Color Schemes/colorSchemeBird.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// [Color Scheme - Bird] Light Theme
.theme-light.pt-color-scheme-swan-lt,
.theme-light,
.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
Expand Down Expand Up @@ -61,7 +61,7 @@
}

// [Color Scheme - Default] Dark Theme
.theme-dark.pt-color-scheme-raven-dt,
.theme-dark,
.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
Expand Down
Loading

0 comments on commit 191764c

Please sign in to comment.