Skip to content

Instantly share code, notes, and snippets.

@krondor
Created May 8, 2012 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krondor/2638348 to your computer and use it in GitHub Desktop.
Save krondor/2638348 to your computer and use it in GitHub Desktop.
Solarized Color Scheme for Octopress
$header-bg: #fdf6e3;
$page-bg: #002b36;
$footer-bg: #eee8d5;
$sidebar-bg: #eee8d5;
$main-bg: #fdf6e3;
$title-color: #586e75;
$subtitle-color: #93a1a1;
$text-color: #657b83;
$text-color-light: #839496;
$footer-bg-back: linear-gradient($footer-bg, darken($footer-bg, 8));
/* To use the light Solarized highlighting theme uncomment the following line */
$solarized: dark;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment