From ac49706e5c9ebc2f5156b1776fe7c7a3c99c8c98 Mon Sep 17 00:00:00 2001 From: pvalchetskaya Date: Thu, 18 Mar 2021 22:59:41 +0300 Subject: [PATCH] style(dark-theme): change dark theme colors --- src/core/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/variables.less b/src/core/variables.less index 644f9acd..5372fd40 100644 --- a/src/core/variables.less +++ b/src/core/variables.less @@ -4,9 +4,9 @@ @section-height: 500px; @small-section-height: 300px; -@dark-theme: #2a2a2a; +@dark-theme: #282a2e; @light-theme: #ffffff; -@dark-theme-preview: #353535; +@dark-theme-preview: #1d1f21; @light-theme-preview: #fcfcfc; @dark-text: #000000; @light-text: #ffffff;