imrpoved support for light colored solarized theme

This commit is contained in:
Brandon Mathis
2011-07-26 12:08:07 -04:00
parent 3ebe3e5a0e
commit 38e6772260
4 changed files with 108 additions and 80 deletions

View File

@ -21,11 +21,6 @@ $text-color: #222 !default;
$text-color-light: #aaa !default;
$type-border: #ddd !default;
/* non highlighted code colors */
$pre-bg: $base03 !default;
$pre-border: $base02 !default;
$pre-color: $base1 !default;
/* Navigation */
$nav-bg: #ccc !default;
$nav-color: darken($nav-bg, 38) !default;
@ -85,4 +80,3 @@ body {
}
}
}