Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalin Tataru <calintat@gmail.com>2019-10-10 19:45:23 +0300
committerCalin Tataru <calintat@gmail.com>2019-10-10 19:45:23 +0300
commit817b05f487e8483c96fc300f0a6516d8024d8cba (patch)
treedaa0fcdac5a49f2fba41e101d1120b1eeec4c4d1
parentc185a525dc870dce7e06dae4c0e437693f2121a7 (diff)
Change default syntax highlight style
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c312afc..b193258 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,7 +14,7 @@ googleAnalytics = ""
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
- highlightStyle = "solarized-dark"
+ highlightStyle = "default"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
[[menu.main]]