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),