aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/custom
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-10-01 15:57:02 -0500
committerBrandon Mathis <brandon@imathis.com>2011-10-01 15:57:40 -0500
commitff2009577d22dca8cdc31353f3c8cdb386eaafd1 (patch)
treee071c0d419dd22e013d2b2e9d5b4deda2f01b06a /.themes/classic/sass/custom
parent362d93d9380ca3fce20b1dd2cf03142a5340db08 (diff)
downloadmy_new_personal_website-ff2009577d22dca8cdc31353f3c8cdb386eaafd1.tar.xz
my_new_personal_website-ff2009577d22dca8cdc31353f3c8cdb386eaafd1.zip
improved support for solarized light theme
Diffstat (limited to '.themes/classic/sass/custom')
-rw-r--r--.themes/classic/sass/custom/_colors.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/sass/custom/_colors.scss b/.themes/classic/sass/custom/_colors.scss
index 9a344045..cf0ab29e 100644
--- a/.themes/classic/sass/custom/_colors.scss
+++ b/.themes/classic/sass/custom/_colors.scss
@@ -11,7 +11,7 @@
/* To use the light Solarized highlighting theme uncomment the following line */
-//$solarized: light
+//$solarized: light;
/* If you want to tweak the Solarized colors you can do that here */
//$base03: #002b36; //darkest blue
@@ -34,5 +34,5 @@
/* Non highlighted code colors */
//$pre-bg: $base03;
-//$pre-border: $base02;
+//$pre-border: darken($base02, 5);
//$pre-color: $base1;