c_colors.txt 840 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # dark theme colors
  2. d Normal = #888888
  3. d Comma = #888888
  4. d Semicolon = #888888
  5. d Identifier = #33bbcc
  6. d ControlFlow = #55ff00
  7. d DataType = #eeee22
  8. d Operator = #ff0000
  9. d Number = #ff8811
  10. d CharLiteral = #aaaaee
  11. d String = #bbbbdd
  12. d CommentSingle = #bb0000
  13. d CommentMulti = #bb0000
  14. d Preprocessor = #5555ff
  15. d Keyword = #33FF11
  16. d LineContinuation = #ff00ff
  17. d Brackets = #ffffff
  18. d Braces = #ffffff
  19. d Parenthesis = #ffffff
  20. # light theme colors
  21. l Normal = #000000
  22. l Comma = #000000
  23. l Semicolon = #000000
  24. l Identifier = #000000
  25. l ControlFlow = #9900cc
  26. l DataType = #0000ff
  27. l Operator = #990000
  28. l Number = #006666
  29. l CharLiteral = #cc0000
  30. l String = #cc0000
  31. l CommentSingle = #008800
  32. l CommentMulti = #008800
  33. l Preprocessor = #9900cc
  34. l Keyword = #0000ff
  35. l LineContinuation = #ff0000
  36. l Brackets = #000000
  37. l Braces = #000000
  38. l Parenthesis = #000000