From 4f9cd7119f18884c5ac0e49071b6c3e1e9c30cd6 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 21 Feb 2015 11:49:54 -0500 Subject: [PATCH] Tweak dark theme colors --- assets/stylesheets/global/variables-dark.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index fb212ba4..50a0a477 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -10,8 +10,8 @@ $sidebarMediumWidth: 16rem; $contentBackground: #2d2d2d; $textColor: #c9c9c9; -$textColorLight: #7e7d7d; -$textColorLighter: #6a6868; +$textColorLight: #858585; +$textColorLighter: #706f6f; $inputFocusBorder: #444; @@ -65,7 +65,7 @@ $noteOrangeBackground: #3e271d; $noteOrangeBorder: #1f1511; $noteRedBackground: #3e1b1b; -$noteRedBorder: #1b0a0a; +$noteRedBorder: #170808; $labelBackground: #38383a;