This project aim is to provide general solarized light and dark colorschemes for HTML documents.
Basically I wanted solarized colorschemes for org-mode HTML exports. It is supposed to be used as a single stylesheet for HTML documents that uses regular HTML elements.
Repository: **http://github.com/thomasf/solarized-css**
- Org mode HTML exports
- Markdown
Light: uncompressed / minimized
Dark: uncompressed / minimized
Just insert one of these lines into the `` section of any HTML file.
Light version:
http://thomasf.github.io/solarized-css/solarized-light.min.css" rel="stylesheet">
Dark version:
http://thomasf.github.io/solarized-css/solarized-dark.min.css" rel="stylesheet">
Put this or something similar at the top of your .org document:
Light version:
#+INFOJS_OPT: view:t toc:t ltoc:t mouse:underline buttons:0 path:http://thomasf.github.io/solarized-css/org-info.min.js
#+HTML_HEAD: ">http://thomasf.github.io/solarized-css/solarized-light.min.css">
Dark version:
#+INFOJS_OPT: view:t toc:t ltoc:t mouse:underline buttons:0 path:http://thomasf.github.io/solarized-css/org-info.min.js
#+HTML_HEAD: ">http://thomasf.github.io/solarized-css/solarized-dark.min.css">
(#+STYLE:
changed to #+HTML_HEAD:
in org-mode 8.0)