File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 285
285
\definecolor{ansi-cyan-intense}{HTML}{258F8F}
286
286
\definecolor{ansi-white}{HTML}{C5C1B4}
287
287
\definecolor{ansi-white-intense}{HTML}{A1A6B2}
288
+ \definecolor{ansi-default-inverse-fg}{HTML}{FFFFFF}
289
+ \definecolor{ansi-default-inverse-bg}{HTML}{000000}
288
290
289
291
% Define "notice" environment, which was removed in Sphinx 1.7.
290
292
% At some point, "notice" should be replaced by "sphinxadmonition",
456
458
.ansi-white-intense-fg { color: #A1A6B2; }
457
459
.ansi-white-intense-bg { background-color: #A1A6B2; }
458
460
461
+ .ansi-default-inverse-fg { color: #FFFFFF; }
462
+ .ansi-default-inverse-bg { background-color: #000000; }
463
+
459
464
.ansi-bold { font-weight: bold; }
460
465
.ansi-underline { text-decoration: underline; }
461
466
"""
You can’t perform that action at this time.
0 commit comments