From 6fd36d9ab446fcfaf7357ed9f90c5c1e06115046 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Sun, 6 Feb 2022 23:58:07 +0800 Subject: [PATCH] Change default darkmode codeblock theme * See: https://github.com/highlightjs/highlight.js/pull/3139 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3067328..20ec4f4 100644 --- a/_config.yml +++ b/_config.yml @@ -359,7 +359,7 @@ codeblock: # All available themes: https://theme-next.js.org/highlight/ theme: light: default - dark: tomorrow-night + dark: stackoverflow-dark prism: light: prism dark: prism-dark