Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.04 KB

Minimal

Minimal theme screenshot

A minimalist theme for people that like text and not much else.

Customizing

minimal works out of the box, but can be customized to suit your needs. The stylesheet is built with SASS.

Fonts and colours can be changed in the first section of the stylesheet.

New icons can be added by dropping the icon file into the "icons" folder and adding the following to the stylesheet (where extension is the file extension to use, such as doc or htm:

@include icon-link('extension');

Icon files should be png files, the lowercase extension name and prefixed with icn_. For example, the icon for xslt files should be icn_xslt.png.

To rebuild the stylesheet, run:

make styles

Credits

The file type icons come from silk.

HTML5 backwards-compatibility provided by modernizr.