From fb788833375a8049c56a7f02dba2e39a440ba77b Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 27 Mar 2021 17:16:15 +0000 Subject: [PATCH] dark theme changes --- src/style/themes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/themes.js b/src/style/themes.js index c0b23e4..be6fd41 100644 --- a/src/style/themes.js +++ b/src/style/themes.js @@ -26,9 +26,9 @@ const themes = { } }, dark: { - primary: '#aaddff', - secondary: '#022550', - highlight: '#36368c', + primary: '#022550', + secondary: '#aaddff', + highlight: '#77c8f9', editor: { background: '#041f29',