diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-26 12:08:07 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-26 12:08:26 -0400 |
commit | 38e6772260863afb465854dfc5cd581eaceccc4e (patch) | |
tree | 51993481518727cb031bd6db010f6116da35cc09 /.themes/classic/sass/custom | |
parent | 3ebe3e5a0e07987837637f8a03c21839431eb21e (diff) | |
download | my_new_personal_website-38e6772260863afb465854dfc5cd581eaceccc4e.tar.xz my_new_personal_website-38e6772260863afb465854dfc5cd581eaceccc4e.zip |
imrpoved support for light colored solarized theme
Diffstat (limited to '.themes/classic/sass/custom')
-rw-r--r-- | .themes/classic/sass/custom/_colors.scss | 11 |
1 files changed, 2 insertions, 9 deletions
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 |