From 88eef6d5766d98e1f6daa998eac05a66d001c3e9 Mon Sep 17 00:00:00 2001 From: amir houieh Date: Thu, 26 May 2022 18:49:35 +0200 Subject: [PATCH] Update config.json --- config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index d42d40c..49582a1 100644 --- a/config.json +++ b/config.json @@ -4,16 +4,18 @@ "dark":{ "background":"#000000", "text":"#FFFFFF", - "highlight":"#7187FF" + "accentActive":"#7187ff", + "accentMute":"#30363d" }, "light":{ "background":"#FFFFFF", "text":"#000000", - "highlight":"#7187FF" + "accentActive":"#7187ff", + "accentMute":"#30363d" } }, "fontFamily":"monospace", - "codeTheme": "base16/windows-10.css" + "codeTheme":"base16/windows-10.css" }, "template": "default", "static_assets_folder": "static-assets", @@ -46,4 +48,4 @@ } ] } -} \ No newline at end of file +}