summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/qyxf-book/colors/black.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/qyxf-book/colors/black.tex')
-rw-r--r--macros/latex/contrib/qyxf-book/colors/black.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/qyxf-book/colors/black.tex b/macros/latex/contrib/qyxf-book/colors/black.tex
new file mode 100644
index 0000000000..2c0c8063e1
--- /dev/null
+++ b/macros/latex/contrib/qyxf-book/colors/black.tex
@@ -0,0 +1,23 @@
+% color-scheme: black
+% author-by: xjtu-blacksmith
+% create-on: 2020/8/19
+
+% main colors
+\newcommand\@primary@color{black} % 修改此处颜色即可实现双色书效果
+% for titles amd text
+\renewcommand\@title@color{\@primary@color}
+\renewcommand\@list@color{\@primary@color}
+\renewcommand\@caption@color{\@primary@color}
+\renewcommand\@link@color{\@primary@color}
+\renewcommand\@misc@color{\@primary@color}
+% for boxes
+\renewcommand\@box@background{white}
+\renewcommand\@box@title@color{\@primary@color}
+\renewcommand\@box@title@background{white}
+\renewcommand\@box@frame{\@primary@color}
+\renewcommand\@alert@title@color{white}
+\renewcommand\@alert@title@background{\@primary@color}
+% for theorems
+\renewcommand\@define@frame{\@primary@color}
+\renewcommand\@theorem@background{white}
+\renewcommand\@theorem@frame{\@primary@color} \ No newline at end of file