Better syntax highlighting colors
@nevir I would second solarized as a choice! Possibly consider writing in a middlewhere sort of style so you could choose coloring by specifying npm modules via commandline. groc-solarized-dark, groc-solarized-light sound like great ones to make first!
Also, I've shifted all my internal documentation to groc. Nice job man =).
:D :D :D
I'm toying with a more metro (err, "Windows 8-style UI") feel, also
I would second solarized as a choice! Possibly consider writing in a middlewhere sort of style so you could choose coloring by specifying npm modules via commandline. groc-solarized-dark, groc-solarized-light sound like great ones to make first!
I would even go a step further and separate the visual-apperance (colors, fonts) as a theme from the style-logic and give each of them own modules, like:
- groc = groc
minuslib/styles/default
minuslib/styles/default/_code_style.sass
minus color-section inlib/styles/default/styles.sass- Styles:
- groc-style-default =
lib/styles/default
minuslib/styles/default/_code_style.sass
minus color-section inlib/styles/default/styles.sass - groc-style-…
- groc-style-default =
- Themes:
- groc-theme-default =
lib/styles/default/_code_style.sass
plus color-section inlib/styles/default/styles.sass - groc-theme-solarized-dark
- groc-theme-solarized-light
- groc-theme-default =
- Styles:
:+1: on being able to customize the theme