theme tweaks

This commit is contained in:
Kyle Spearrin 2018-05-31 16:06:08 -04:00
parent 8659cc96cb
commit e338a6b566
2 changed files with 5 additions and 3 deletions

View File

@ -304,7 +304,7 @@ header {
&:hover, &:focus {
@include themify($themes) {
background-color: themed('listItemBackgroundHoverColor');
background-color: themed('tabBackgroundHoverColor');
}
}

View File

@ -55,6 +55,7 @@ $themes: (
boxBackgroundHoverColor: $box-background-hover-color,
boxBorderColor: $box-border-color,
tabBackgroundColor: #ffffff,
tabBackgroundHoverColor: $list-item-hover,
disabledIconColor: $list-icon-color,
headingColor: $gray-light,
labelColor: $gray-light,
@ -86,10 +87,11 @@ $themes: (
boxBackgroundColor: #363636,
boxBackgroundHoverColor: #3f3f3f,
boxBorderColor: #2f2f2f,
tabBackgroundColor: #3d3d3d,
tabBackgroundColor: #363636,
tabBackgroundHoverColor: #3f3f3f,
headerColor: #ffffff,
headerBackgroundColor: #363636,
headerBackgroundHoverColor: #313131,
headerBackgroundHoverColor: #3f3f3f,
headerBorderColor: #111111,
headerInputBackgroundColor: #222222,
headerInputBackgroundFocusColor: #1d1d1d,