Help: CMakeTemplateStyle uses colors that better contrast.

This commit is contained in:
Robert Maynard 2019-01-09 14:01:30 -05:00
parent c9854a5843
commit db89590f36

View File

@ -14,14 +14,14 @@ class CMakeTemplateStyle(Style):
styles = {
Whitespace: "#bbbbbb",
Comment: "italic #408080",
Operator: "bold #000000",
Operator: "#555555",
String: "#217A21",
Number: "#105030",
Name.Builtin: "#400080", # anything lowercase
Name.Function: "bold #1010A0", # function
Name.Builtin: "#333333", # anything lowercase
Name.Function: "#007020", # function
Name.Variable: "#1080B0", # <..>
Name.Tag: "#19177C", # ${..}
Name.Constant: "#6020E0", # uppercase only
Name.Tag: "#bb60d5", # ${..}
Name.Constant: "#4070a0", # uppercase only
Name.Entity: "italic #70A020", # @..@
Name.Attribute: "#906060", # paths, URLs
Name.Label: "#A0A000", # anything left over