Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.71 KB

graphite-templates

A collection of themes for Graphite's graphTemplates.conf.

Each theme lives in a directory with an image example.

graphTemplates.conf usage

Based on the Graphite docs for rendering, valid variables are:

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

Contributing

  1. Fork it ( https://github.com/phillbaker/graphite-templates/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request