From a860ca76b555c34a161e5e49e042df108f7d053f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 22 May 2018 19:33:16 +0200 Subject: [PATCH] Change syntax highlighting theme to visual-studio-dark --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index fa14d9ea..e7f374f9 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -2,7 +2,7 @@ title = "Writing an OS in Rust" base_url = "https://os.phil-opp.com" highlight_code = true -highlight_theme = "monokai" +highlight_theme = "visual-studio-dark" generate_rss = true [extra]