1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-26 17:08:33 +01:00

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 { &:hover, &:focus {
@include themify($themes) { @include themify($themes) {
background-color: themed('listItemBackgroundHoverColor'); background-color: themed('tabBackgroundHoverColor');
} }
} }

View File

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