diff --git a/data/theme.json b/data/theme.json index a80225be..59581270 100644 --- a/data/theme.json +++ b/data/theme.json @@ -17,7 +17,7 @@ "darkmode": { "theme_color": { "primary": "#754ffe", - "body": "#282b34", + "body": "#28282b", "border": "#3E3E3E", "theme_light": "#222222", "theme_dark": "" diff --git a/hugo.toml b/hugo.toml index 533e309b..7cad7f58 100755 --- a/hugo.toml +++ b/hugo.toml @@ -96,7 +96,7 @@ maxAge = "720h" unsafe = true [markup.highlight] -style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html +style = 'dracula' # see https://xyproto.github.io/splash/docs/all.html [markup.tableOfContents] startLevel = 2