summaryrefslogtreecommitdiff
path: root/app/assets/images/monokai-scheme-preview.png
Commit message (Collapse)AuthorAgeFilesLines
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
|
* Optimize images 24.5% with ImageOptim.Ivan Zotov2015-01-171-0/+0
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-0/+0
| | | | | | | | | | I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
* Reduce image size.Kevin Lyda2013-10-291-0/+0
| | | | | | | | | | | Checking the site with the PageSpeed extension, one of the reports was in reducing image size. This reduced the number of bytes by 67%. It was done with optipng -o7 -fix *.png in the app/assets/images dir. References: optipng: http://optipng.sourceforge.net/ PageSpeed extension: https://developers.google.com/speed/docs/insights/using_chrome
* design pages now uses the COLOR_SCHEMESChristian HoĢˆltje2013-06-051-0/+0
This unifies the code color-scheme code and makes adding new schemes a little easier.