aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/custom
diff options
context:
space:
mode:
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;