sql_colors.txt 598 B

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