A collection of themes for Graphite's graphTemplates.conf.
Each theme lives in a directory with an image example.
Based on the Graphite docs for rendering, valid variables are:
- bgcolor
- colorList
- fgcolor
- fontBold
- fontItalic
- fontName
- fontSize
- majorGridLineColor
- minorGridLineColor
For example, the default theme is
[default]
background = white
foreground = black
minorLine = grey
majorLine = rose
lineColors = blue,green,red,purple,brown,yellow,aqua,grey,magenta,pink,gold,rose
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False
- Fork it ( https://github.com/phillbaker/graphite-templates/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request