forked from cybrespace/pinafore
Update cybre theme
This commit is contained in:
parent
034a0fe067
commit
9ee658a803
|
@ -16,4 +16,12 @@ $compose-background: darken($main-theme-color, 12%);
|
||||||
body.theme-cybre {
|
body.theme-cybre {
|
||||||
@include baseTheme();
|
@include baseTheme();
|
||||||
@include darkTheme();
|
@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%)};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue