houston icon indicating copy to clipboard operation
houston copied to clipboard

Solarized stylesheet is different from desktop

Open danirabbit opened this issue 8 years ago • 1 comments

all the yellow stuff should be red (like "var")


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

danirabbit avatar Jan 11 '16 07:01 danirabbit

Alright to get more specific, here's what I notice that needs to be changed:

  • [ ] public, class, protected, override, static, var, new, return are green. Should be red.
  • [ ] void, int, string are green. Should be yellow
  • [ ] ref is not highlighted. Should be red
  • [ ] false is not highlighted. Should be green
  • [ ] stdout is green. It should not be highlighted

Here's the list of style classes in HLJS. So I guess we have to sort these keywords into the correct style class

danirabbit avatar Sep 02 '16 23:09 danirabbit