octopress / solarized

Style code snippets with Ethan Schoonover's Solarized theme (tweaked a bit).
MIT License
10 stars 4 forks source link

How can I enable solarized light theme? #4

Closed e9t closed 7 years ago

e9t commented 9 years ago

I've enabled solarized, but it's default seems to be dark. I see that the light styles are included within the source code, but not sure how to enable it. How do I change it to light?

btw. Thanks for Octopress 3. It's way cleaner and easier than 2.

jdnavarro commented 9 years ago

I had the same question but found out that with octopress ink you can do this:

$ octopress ink copy solarized --config

Then edit _plugins/solarized/config.yml and change the style from dark to light.

e9t commented 9 years ago

Thanks for the info! I'll try what you said as soon as I get my asset-pipeline problem fixed (https://github.com/octopress/asset-pipeline/issues/19).

e9t commented 7 years ago

Thanks @jdnavarro for the tip!