From 85e70e579a9686a553ddf186126336e8948cbc04 Mon Sep 17 00:00:00 2001 From: Ezra Free Date: Sun, 29 Dec 2019 10:49:31 -0700 Subject: [PATCH] remove transparency from dark theme sidebar background (#1127) --- shared/styles/theme.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 0c7f98242..a8239df79 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -5,6 +5,7 @@ const colors = { almostBlack: '#111319', lightBlack: '#2F3336', almostWhite: '#E6E6E6', + veryDarkBlue: '#08090C', slate: '#9BA6B2', slateLight: '#DAE1E9', @@ -115,8 +116,8 @@ export const dark = { textTertiary: colors.slate, placeholder: darken(0.5, '#B1BECC'), - sidebarBackground: colors.black50, - sidebarItemBackground: colors.black50, + sidebarBackground: colors.veryDarkBlue, + sidebarItemBackground: colors.veryDarkBlue, sidebarText: colors.slate, menuBackground: lighten(0.015, colors.almostBlack),