From 89d480e49cf5cb49950d508ff78212f8454ec85d Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Thu, 22 Jun 2023 13:28:31 +0200 Subject: [PATCH] Update config.yml --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 83688aa..f773076 100644 --- a/config.yml +++ b/config.yml @@ -15,7 +15,7 @@ theme: default colors: light: highlight-primary: "#1a1a37" - highlight-secondary: "#4285f4" + highlight-secondary: "#1a1a37" highlight-hover: "#5a95f5" background: "#f5f5f5" card-background: "#ffffff" @@ -28,7 +28,7 @@ colors: link-hover: "#363636" dark: highlight-primary: "#1a1a37" - highlight-secondary: "#4285f4" + highlight-secondary: "#1a1a37" highlight-hover: "#5a95f5" background: "#131313" card-background: "#2b2b2b"