From 2fc533bcde8f8024c3a1c2a68fb8321e0c328f40 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 14 Apr 2024 22:24:28 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20Websit?= =?UTF-8?q?e!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/theme.json | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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