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 +}