diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-02 22:48:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-02 22:48:43 +0100 |
commit | fe680445b940d614c288efcb8420d9837df1b4fe (patch) | |
tree | c6a60b1d122b55db6b7fd4262c1ea880394cccd0 | |
parent | 0e1cc0bc6dc52ed46c1a4f30c51cd8d739671bbc (diff) |
Update markdown highlight style
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 8c6b515..f88023d 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ lineNos = false lineNumbersInTable = true noClasses = true noHl = false -style = 'solarized-light' +style = 'solarized-dark256' tabWidth = 2 [markup.goldmark] [markup.goldmark.renderer] |