1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

dark theme tweaks

This commit is contained in:
Kyle Spearrin 2018-05-30 15:44:16 -04:00
parent f20838c17e
commit 8fcecd13da
2 changed files with 4 additions and 2 deletions

View File

@ -45,6 +45,7 @@ $themes: (
backgroundColorAlt: $background-color-alt,
backgroundColorAlt2: $background-color-alt2,
headerBackgroundColor: $brand-primary,
headerBorderColor: darken($brand-primary, 7%),
headerInputBackgroundColor: darken($brand-primary, 8%),
headerInputBackgroundFocusColor: darken($brand-primary, 10%),
headerInputColor: #ffffff,
@ -90,6 +91,7 @@ $themes: (
boxBackgroundHoverColor: #3f3f3f,
boxBorderColor: #2f2f2f,
headerBackgroundColor: #363636,
headerBorderColor: #272727,
headerInputBackgroundColor: #222222,
headerInputBackgroundFocusColor: #1d1d1d,
headerInputColor: #ffffff,
@ -112,7 +114,7 @@ $themes: (
buttonBackgroundColor: #363636,
buttonBorderColor: #1f1f1f,
buttonColor: #ffffff,
buttonPrimaryColor: #52bdfb,
buttonPrimaryColor: #46ace7,
buttonDangerColor: #ff3e24,
primaryColor: #52bdfb,
primaryAccentColor: #3ea1da,

View File

@ -234,7 +234,7 @@
@include themify($themes) {
background-color: themed('headerBackgroundColor');
border-bottom-color: darken(themed('headerBackgroundColor'), 7%);
border-bottom-color: themed('headerBorderColor');
}
&.header-search {