Change syntax highlighting theme to visual-studio-dark

This commit is contained in:
Philipp Oppermann
2018-05-22 19:33:16 +02:00
parent b613c8e0ff
commit a860ca76b5

View File

@@ -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]