From a1840bc25d40c1d74f2865b4b8c99898b60effae Mon Sep 17 00:00:00 2001 From: Yipeng Liu Date: Tue, 23 May 2023 20:19:46 +0800 Subject: [PATCH] Update color theme. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6546f12..723e5cc 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,7 @@ }, "fake": "https://youtu.be/dQw4w9WgXcQ", "colors": { - "light": { + "dark": { "background": "#FBF1C9", "foreground": "#3C3836", "yellow": "#D79921", @@ -27,7 +27,7 @@ "blue": "#458588", "red": "#CA2124" }, - "dark": { + "light": { "background": "#2E3440", "foreground": "#E5E9F0", "yellow": "#5E81AC",