Help: CMakeTemplateStyle uses colors that better contrast.
This commit is contained in:
parent
c9854a5843
commit
db89590f36
@ -14,14 +14,14 @@ class CMakeTemplateStyle(Style):
|
|||||||
styles = {
|
styles = {
|
||||||
Whitespace: "#bbbbbb",
|
Whitespace: "#bbbbbb",
|
||||||
Comment: "italic #408080",
|
Comment: "italic #408080",
|
||||||
Operator: "bold #000000",
|
Operator: "#555555",
|
||||||
String: "#217A21",
|
String: "#217A21",
|
||||||
Number: "#105030",
|
Number: "#105030",
|
||||||
Name.Builtin: "#400080", # anything lowercase
|
Name.Builtin: "#333333", # anything lowercase
|
||||||
Name.Function: "bold #1010A0", # function
|
Name.Function: "#007020", # function
|
||||||
Name.Variable: "#1080B0", # <..>
|
Name.Variable: "#1080B0", # <..>
|
||||||
Name.Tag: "#19177C", # ${..}
|
Name.Tag: "#bb60d5", # ${..}
|
||||||
Name.Constant: "#6020E0", # uppercase only
|
Name.Constant: "#4070a0", # uppercase only
|
||||||
Name.Entity: "italic #70A020", # @..@
|
Name.Entity: "italic #70A020", # @..@
|
||||||
Name.Attribute: "#906060", # paths, URLs
|
Name.Attribute: "#906060", # paths, URLs
|
||||||
Name.Label: "#A0A000", # anything left over
|
Name.Label: "#A0A000", # anything left over
|
||||||
|
Loading…
Reference in New Issue
Block a user