From 38e6772260863afb465854dfc5cd581eaceccc4e Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 26 Jul 2011 12:08:07 -0400 Subject: imrpoved support for light colored solarized theme --- .themes/classic/sass/custom/_colors.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to '.themes/classic/sass/custom') diff --git a/.themes/classic/sass/custom/_colors.scss b/.themes/classic/sass/custom/_colors.scss index 0771a86c..1d733e42 100644 --- a/.themes/classic/sass/custom/_colors.scss +++ b/.themes/classic/sass/custom/_colors.scss @@ -9,12 +9,5 @@ //$sidebar-link-color-hover: darken(#7ab662, 9); -//To use the light Solarized highlighting theme uncomment this block -//$base03: $base3; -//$base02: $base2; -//$base01: $base1; -//$base00: $base0; -//$base0: $base00; -//$base1: $base01; -//$base2: $base02; -//$base3: $base03; +//To use the light Solarized highlighting theme uncomment the following line +//$solarized: light -- cgit v1.2.1