diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 20b6ebc3..bdccbadd 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -14,7 +14,7 @@ $topBar-height = 60px $ui-text-color = #515151 $ui-inactive-text-color = #939395 $ui-borderColor = #D1D1D1 -$ui-backgroundColor = #FAFAFA +$ui-backgroundColor = #FFFFFF $ui-border = solid 1px $ui-borderColor $ui-active-color = #6AA5E9 @@ -138,7 +138,7 @@ modal() // Dark theme $ui-dark-borderColor = lighten(#21252B, 20%) -$ui-dark-backgroundColor = darken(#21252B, 10%) +$ui-dark-backgroundColor = #333333 $dark-background-color = lighten($ui-dark-backgroundColor, 10%) $ui-dark-text-color = #DDDDDD $ui-dark-button--active-color = white