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

View File

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