Skip to content

Instantly share code, notes, and snippets.

@davewongillies
Created December 8, 2012 03:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewongillies/4238433 to your computer and use it in GitHub Desktop.
Save davewongillies/4238433 to your computer and use it in GitHub Desktop.
Better looking defaults for graphite
[default]
background = white
foreground = black
majorLine = grey
minorLine = rose
lineColors = 0fff00aa,0f337799,0f000077,ff000077
fontName = Helvetica
fontSize = 10
fontBold = False
fontItalic = False
[old-default]
background = black
foreground = white
majorLine = white
minorLine = grey
lineColors = blue,green,red,purple,brown,yellow,aqua,grey,magenta,pink,gold,rose
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False
[noc]
background = black
foreground = white
majorLine = white
minorLine = grey
lineColors = blue,green,red,yellow,purple,brown,aqua,grey,magenta,pink,gold,rose
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False
[plain]
background = white
foreground = black
minorLine = grey
majorLine = rose
[summary]
background = black
lineColors = #6666ff, #66ff66, #ff6666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment