From c3127322a9a7560e461f84723bf95fb8779a6fa6 Mon Sep 17 00:00:00 2001 From: Deryck Date: Fri, 13 Feb 2015 21:25:14 -0600 Subject: [PATCH 1/4] Increase syntax font lightness issue ref #164 Matches overall level of previous change to base font --- assets/stylesheets/components/_prism.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/components/_prism.scss b/assets/stylesheets/components/_prism.scss index 2d18d4ed..887b1ed0 100644 --- a/assets/stylesheets/components/_prism.scss +++ b/assets/stylesheets/components/_prism.scss @@ -18,7 +18,7 @@ .token.symbol, .token.deleted { @if $style == 'dark' { - color: #cf6a4c; + color: #eb8160; } @else { color: #905; } @@ -31,7 +31,7 @@ .token.builtin, .token.inserted { @if $style == 'dark' { - color: #d0c584; + color: #ddcf88; } @else { color: #5e8e01; } @@ -43,7 +43,7 @@ .language-css .token.string, .style .token.string { @if $style == 'dark' { - color: #8f9d6a; + color: #b1c676; } @else { color: #a67f59; } @@ -53,7 +53,7 @@ .token.attr-value, .token.keyword { @if $style == 'dark' { - color: #7587a6; + color: #91b3ed; } @else { color: #0070a3; } @@ -61,7 +61,7 @@ .token.function { @if $style == 'dark' { - color: #ac885b; + color: #ecbd83; } @else { color: #dd4a68; } From 883b7b768c2e89b97b4940a1e9d4202927815827 Mon Sep 17 00:00:00 2001 From: Deryck Date: Fri, 13 Feb 2015 21:26:29 -0600 Subject: [PATCH 2/4] Increase base font lightness issue ref #164 Added about 20% lightness based on HSL version of HEX color. --- assets/stylesheets/global/variables-dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index 41ef7b69..e6fbfb28 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -9,7 +9,7 @@ $sidebarMediumWidth: 16rem; $contentBackground: #2d2d2d; -$textColor: #b4b3af; +$textColor: #e6e6e5; $textColorLight: #7e7d7d; $textColorLighter: #6a6868; From 944c6c1ab98a1f63bd35cb434371be41cf7df018 Mon Sep 17 00:00:00 2001 From: Deryck Date: Mon, 16 Feb 2015 18:04:55 -0600 Subject: [PATCH 3/4] compromise of colors --- assets/stylesheets/global/variables-dark.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index e6fbfb28..fb212ba4 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -9,7 +9,7 @@ $sidebarMediumWidth: 16rem; $contentBackground: #2d2d2d; -$textColor: #e6e6e5; +$textColor: #c9c9c9; $textColorLight: #7e7d7d; $textColorLighter: #6a6868; @@ -29,7 +29,7 @@ $selectionText: #fff; $highlightBackground: #3d4449; -$linkColor: #f7f2f2; +$linkColor: #fff; $linkColorHover: #fff; $headerBackground: #1e1e1e; From 35ec9853dbb4f7bd416374d5e7775cbc7c3fbc21 Mon Sep 17 00:00:00 2001 From: Deryck Date: Mon, 16 Feb 2015 18:06:12 -0600 Subject: [PATCH 4/4] compromise of colors --- assets/stylesheets/components/_prism.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_prism.scss b/assets/stylesheets/components/_prism.scss index 887b1ed0..36926c56 100644 --- a/assets/stylesheets/components/_prism.scss +++ b/assets/stylesheets/components/_prism.scss @@ -61,7 +61,7 @@ .token.function { @if $style == 'dark' { - color: #ecbd83; + color: #c79e6b; } @else { color: #dd4a68; }