From d994686c9fdfdc21d9c9fda205330cb732a96326 Mon Sep 17 00:00:00 2001 From: amir houieh Date: Fri, 20 May 2022 12:54:15 +0400 Subject: [PATCH] Add config file --- configs.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 configs.json diff --git a/configs.json b/configs.json new file mode 100644 index 0000000..b322cae --- /dev/null +++ b/configs.json @@ -0,0 +1,23 @@ +{ + "theme":{ + "palettes":{ + "dark":{ + "background":"#000000", + "text":"#FFFFFF", + "highlight":"#7187FF" + }, + "light":{ + "background":"#FFFFFF", + "text":"#000000", + "highlight":"#7187FF" + } + }, + "fontFamily":"monospace" + }, + "assets":{ + "logo":"statics/logos-logo.svg" + }, + "navigation":{ + "home":"index.md" + } +} \ No newline at end of file