Skip to content

Commit

Permalink
fix: pitchblack theme unpressed icons readability (#2324)
Browse files Browse the repository at this point in the history
increase contrast so they're more readable.
  • Loading branch information
NickColley authored Dec 18, 2022
1 parent 02f1dad commit 746298a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/themes/pitchblack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ $compose-background: darken($main-theme-color, 12%);
--form-bg: #{$body-bg-color};
--form-border: #{darken($border-color, 10%)};

--action-button-fill-color: #{lighten($main-theme-color, 20%)};
--action-button-fill-color-hover: #{lighten($main-theme-color, 30%)};
--action-button-fill-color-active: #{darken($main-theme-color, 40%)};
--action-button-fill-color: #{lighten($main-theme-color, 50%)};
--action-button-fill-color-hover: #{lighten($main-theme-color, 60%)};
--action-button-fill-color-active: #{darken($main-theme-color, 70%)};
--action-button-fill-color-pressed: #{lighten($main-theme-color, 85%)};
--action-button-fill-color-pressed-hover: #{lighten($main-theme-color, 100%)};
--action-button-fill-color-pressed-active: #{lighten($main-theme-color, 80%)};
Expand Down

0 comments on commit 746298a

Please sign in to comment.