Sha256: 17b5c830c776c40bec96f478c39d16a13d38d7fef7287edef65469accc4201d1
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
/* Here you can easily change your site's color scheme. To give it a try, uncomment some of the lines below rebuild your blog, and see how it works. Look at sass/base/_theme.scss for more colors you tweak (override them in this file) For a handy color picker try http://hslpicker.com */ //$header-bg: #263347; //$subtitle-color: lighten($header-bg, 58); //$nav-bg: desaturate(lighten(#8fc17a, 18), 5); //$sidebar-bg: desaturate(#eceff5, 8); //$sidebar-link-color: saturate(#526f9a, 10); //$sidebar-link-color-hover: darken(#7ab662, 9); /* To use the dark code highlighting theme uncomment the following line */ //$solarized: dark; /* To adjust the background color uncomment and edit the following line */ /* If you intend to use a dark background, uncomment $solarized: dark; above*/ //$pre-bg: #252525; /* To change the color of the code markers, uncomment and change the following lines */ //$marker: rgba(#00baff, .5); //$marker-bg: rgba($marker, .03); //$marker-border: rgba($marker, .13); //$marker-border-left: $marker; /* For fine control over the syntax highlighting colors edit here */ //$base03: #002b36; //darkest blue //$base02: #073642; //dark blue //$base01: #586e75; //darkest gray //$base00: #657b83; //dark gray //$base0: #839496; //medium gray //$base1: #93a1a1; //medium light gray //$base2: #eee8d5; //cream //$base3: #fdf6e3; //white //$solar-yellow: #b58900; //$solar-orange: #cb4b16; //$solar-red: #dc322f; //$solar-magenta: #d33682; //$solar-violet: #6c71c4; //$solar-blue: #268bd2; //$solar-cyan: #2aa198; //$solar-green: #859900;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octopress-3.0.0.alpha1 | .themes/classic/assets/stylesheets/custom/_colors.scss |