Skip to content

Commit

Permalink
Use a darker gray in margin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Sep 28, 2020
1 parent f22c4fa commit a5e4f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
\newcommand{\currentfontsize}{\fontsize{\f@size}{\f@baselineskip}\selectfont}
\makeatother

% For code higlighting
% For code highlighting
\usepackage{minted}
\setminted{
fontsize=\footnotesize,
Expand Down Expand Up @@ -117,7 +117,7 @@

% Customising margin citations
\renewcommand{\formatmargincitation}[1]{%
\color{Gray!50} \parencite{#1}: \citeauthor*{#1} (\citeyear{#1}), \citetitle{#1}\\%
\color{Gray!80} \parencite{#1}: \citeauthor*{#1} (\citeyear{#1}), \citetitle{#1}\\%
}

% Font fallback
Expand Down
2 changes: 1 addition & 1 deletion styles/kao.sty
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
\frenchspacing% No additional space after periods
\normalfont% Use the default font
\footnotesize% Use a smaller size
\color{Gray}% PERSONAL Modification
\color{black!50!Gray}% PERSONAL Modification
\colorlet{stackcol}{Green!50} % PERSONAL Modification -- keep in SYNC
}

Expand Down

0 comments on commit a5e4f0f

Please sign in to comment.