From fb90907abf72326730307163284f378717e408db Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 22 Dec 2016 14:49:20 +0900 Subject: [PATCH] modify: change ui-backgroundColor --- browser/styles/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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