Created
December 8, 2012 03:21
-
-
Save davewongillies/4238433 to your computer and use it in GitHub Desktop.
Better looking defaults for graphite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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