Created
May 18, 2022 00:51
-
-
Save sharmaeklavya2/b43d7e1f481e1012b40d99fe8d76cd02 to your computer and use it in GitHub Desktop.
latex dark mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usepackage{xcolor} | |
\usepackage{hyperref} | |
\definecolor{textColorDark}{HTML}{bdc1c6} | |
\definecolor{bgColorDark}{HTML}{202124} | |
\definecolor{blueDark}{HTML}{8ab4f8} | |
\definecolor{redDark}{HTML}{f9968b} | |
\pagecolor{bgColorDark} | |
\color{textColorDark} | |
\hypersetup{colorlinks,linkcolor=redDark,citecolor=redDark,urlcolor=blueDark} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Include these commands in your LaTeX document preamble to generate a dark-mode PDF.