js_colors.txt 676 B

12345678910111213141516171819202122232425262728293031323334
  1. # dark theme colors
  2. d Error = #888888
  3. d Comma = #888888
  4. d Semicolon = #888888
  5. d Identifier = #22aabb
  6. d ControlFlow = #55ff00
  7. d Label = #eeee22
  8. d Operator = #ff0000
  9. d Number = #ff8811
  10. d String = #bbbbdd
  11. d CommentSingle = #bb0000
  12. d CommentMulti = #bb0000
  13. d Keyword = #33FF11
  14. d Brackets = #ffffff
  15. d Braces = #ffffff
  16. d Parenthesis = #ffffff
  17. # light theme colors
  18. l Error = #000000
  19. l Comma = #000000
  20. l Semicolon = #000000
  21. l Identifier = #000000
  22. l ControlFlow = #9900cc
  23. l Label = #0000ff
  24. l Operator = #990000
  25. l Number = #006666
  26. l String = #cc0000
  27. l CommentSingle = #008800
  28. l CommentMulti = #008800
  29. l Keyword = #0000ff
  30. l Brackets = #000000
  31. l Braces = #000000
  32. l Parenthesis = #000000