Update cybre theme

This commit is contained in:
chr 2018-08-18 20:00:48 -07:00
parent 034a0fe067
commit 9ee658a803
1 changed files with 8 additions and 0 deletions

View File

@ -16,4 +16,12 @@ $compose-background: darken($main-theme-color, 12%);
body.theme-cybre {
@include baseTheme();
@include darkTheme();
--anchor-text: #{$secondary-text-color};
--settings-list-item-text: #{$main-text-color};
--settings-list-item-text-hover: #{$main-text-color};
--action-button-fill-color-pressed: #{darken($secondary-text-color, 7%)};
--action-button-fill-color-pressed-hover: #{darken($secondary-text-color, 2%)};
--action-button-fill-color-pressed-active: #{darken($secondary-text-color, 15%)};
}