diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-01-09 19:01:30 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-01-09 20:53:26 (GMT) |
commit | db89590f364c9c95628b367914188ca6a63b8eab (patch) | |
tree | 00c7e586720b517f002b2710b8d303e70bb6930d /Utilities | |
parent | c9854a5843ac75df32c26140e1b568a3f0018699 (diff) | |
download | CMake-db89590f364c9c95628b367914188ca6a63b8eab.zip CMake-db89590f364c9c95628b367914188ca6a63b8eab.tar.gz CMake-db89590f364c9c95628b367914188ca6a63b8eab.tar.bz2 |
Help: CMakeTemplateStyle uses colors that better contrast.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/colors.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Utilities/Sphinx/colors.py b/Utilities/Sphinx/colors.py index f98a483..dae0063 100644 --- a/Utilities/Sphinx/colors.py +++ b/Utilities/Sphinx/colors.py @@ -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 |