We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555319 commit 136b00cCopy full SHA for 136b00c
_static/latex/preamble.tex
@@ -12,8 +12,16 @@
12
\addtolength{\cftsubsecnumwidth}{5pt}
13
\setcounter{secnumdepth}{3}
14
\definecolor{ps-orange}{HTML}{ea5b22}
15
+\definecolor{darkblue}{HTML}{26384f}
16
\addto\captionsenglish{\renewcommand{\contentsname}{\textcolor{ps-orange}{Table of contents}}}
17
18
+% Set headings color
19
+\titleformat{\section}{\bfseries\Large\color{darkblue}}{\thesection}{1em}{}
20
+\titleformat{\subsection}{\bfseries\large\color{darkblue}}{\thesubsection}{1em}{}
21
+\titleformat{\subsubsection}{\bfseries\normalsize\color{darkblue}}{\thesubsubsection}{1em}{}
22
+\titleformat{\paragraph}{\bfseries\color{darkblue}}{\theparagraph}{1em}{}
23
+\titleformat{\subparagraph}{\bfseries\color{darkblue}}{\thesubparagraph}{1em}{}
24
+
25
% Override Sphinx verbatim settings
26
\fvset{
27
frame=none,
0 commit comments