Merge topic 'better_sphinx_colors'

db89590f36 Help: CMakeTemplateStyle uses colors that better contrast.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2779
This commit is contained in:
Brad King 2019-01-10 12:55:38 +00:00 committed by Kitware Robot
commit 49b3ebf5f5

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