1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
#Default themes ganked from Gruff: http://github.com/topfunky/gruff/tree/master
:keynote:
:colors:
- &blue 6886B4
- &yellow FDD84E
- &green 72AE6E
- &red D1695E
- &purple 8A6EAF
- &orange EFAA43
- &white FFFFFF
- &black !str 000000
:bar_colors: [ *blue, *yellow, *green, *red, *purple, *orange ]
:background: *black
:chart_background: *white
:thirty7signals:
:colors:
- &green 339933
- &purple cc99cc
- &blue 336699
- &yellow FFF804
- &red ff0000
- &orange cf5910
:bar_colors: [ *yellow, *blue, *green, *red, *purple, *orange ]
:background: *white
:pastel:
:colors:
- &blue a9dada
- &green aedaa9
- &peach daaea9
- &yellow dadaa9
- &dk_purple a9a9da
- &purple daaeda
- &grey dadada
:bar_colors: [ *blue, *green, *peach, *yellow, *dk_purple ]
:background_color: *white
:greyscale:
:bar_colors: [
282828,
383838,
686868,
989898,
c8c8c8,
e8e8e8
]
:background_color: *white
|