You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,31 +95,31 @@ A colour theme ``.conf`` file consists of the following settings:
95
95
linkvisited = blue
96
96
97
97
[GUI]
98
-
helptext= #5c5c5c
99
-
fadedtext= #6c6c6c
100
-
errortext= red
98
+
helptext = #5c5c5c
99
+
fadedtext = #6c6c6c
100
+
errortext = red
101
101
102
102
[Syntax]
103
-
background= #ffffff
104
-
text= #000000
105
-
link= blue
106
-
headertext= green
107
-
headertag= green:160
108
-
emphasis= orange
109
-
dialog= blue
110
-
altdialog= blue
111
-
note= yellow
112
-
hidden= faded
113
-
shortcode= green
114
-
keyword= red
115
-
tag= green
116
-
value= blue
117
-
optional= green
118
-
spellcheckline= red
119
-
errorline= green
120
-
replacetag= green
121
-
modifier= green
122
-
texthighlight= #c8c80060
103
+
background = #ffffff
104
+
text = #000000
105
+
link = blue
106
+
headertext = green
107
+
headertag = green:L135
108
+
emphasis = orange
109
+
dialog = blue
110
+
altdialog = blue
111
+
note = yellow
112
+
hidden = faded
113
+
shortcode = green
114
+
keyword = red
115
+
tag = green
116
+
value = blue
117
+
optional = green
118
+
spellcheckline = red
119
+
errorline = green
120
+
replacetag = green
121
+
modifier = green
122
+
texthighlight = #c8c80060
123
123
124
124
125
125
Theme Sections
@@ -149,12 +149,15 @@ There are several ways to enter colour values:
149
149
150
150
.. csv-table:: Colour Formats
151
151
:header: "Syntax", "Description"
152
+
:widths: 15, 85
152
153
:class: "tight-table"
153
154
154
155
"``#RRGGBB``", "A CSS style hexadecimal values, like ``#ff0000`` for red."
155
156
"``#RRGGBBAA``", "A CSS style hexadecimal values with transparency, like ``#ff00007f`` for half-transparent red."
156
157
"``name``", "A name referring to one of the colours already specified under the ``[Base]`` section, like ``red``. Note that you should not use named colours in the ``[Base]`` section itself as that may have unintended results."
157
-
"``name:alpha``", "A name referring to one of the colours already specified under the ``[Base]`` section, with a transparency value added. The alpha value must be in the range ``0`` to ``255``, like ``red:127`` for half-transparent red."
158
+
"``name:255``", "A name referring to one of the colours already specified under the ``[Base]`` section, with a transparency value added. The value must be in the range ``0`` to ``255``, like ``red:127`` for half-transparent red."
159
+
"``name:L100``", "A name referring to one of the colours already specified under the ``[Base]`` section, where the L-number is a percentage value that makes it lighter. The value must be greater than ``0``. ``L100`` means no change."
160
+
"``name:D100``", "A name referring to one of the colours already specified under the ``[Base]`` section, where the D-number is a percentage value that makes it darker. The value must be greater than ``0``. ``D100`` means no change."
158
161
"``r, g, b``", "A set of red, green and blue numbers in the range ``0`` to ``255``, like ``255, 0, 0`` for red."
159
162
"``r, g, b, a``", "A set of red, green, blue and alpha numbers in the range ``0`` to ``255``, like ``255, 0, 0, 127`` for half-transparent red."
0 commit comments