Skip to content

Instantly share code, notes, and snippets.

@mleinart
Created September 22, 2011 17:25
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mleinart/1235397 to your computer and use it in GitHub Desktop.
Save mleinart/1235397 to your computer and use it in GitHub Desktop.
Solarized graph template for Graphite
[solarized-dark]
background = #002b36
foreground = #839496
majorLine = #fdf6e3
minorLine = #eee8d5
lineColors = #268bd2,#859900,#dc322f,#d33682,#db4b16,#b58900,#2aa198,#6c71c4
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False
[solarized-light]
background = #fdf6e3
foreground = #657b83
majorLine = #073642
minorLine = #586e75
lineColors = #268bd2,#859900,#dc322f,#d33682,#db4b16,#b58900,#2aa198,#6c71c4
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False
@davewongillies
Copy link

solarized-dark example

solarized-dark example

solarized-light example

solarized-light example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment