lua_colors.txt 287 B

1234567891011121314151617
  1. # dark theme colors
  2. d Identifier = #22aabb
  3. d Operator = #ff0000
  4. d Number = #ff8811
  5. d String = #bbbbdd
  6. d Comment = #bb0000
  7. d Keyword = #33FF11
  8. # light theme colors
  9. l Identifier = #000000
  10. l Operator = #990000
  11. l Number = #006666
  12. l String = #cc0000
  13. l Comment = #008800
  14. l Keyword = #0000ff