From 2d630ac9ce41e4f1225db23f0008b81828264cc9 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 15 Aug 2022 22:04:08 +0100 Subject: [PATCH 1/2] fix --blue variable to fix keyword color bug in black theme. --- apps/remix-ide/src/assets/css/themes/remix-black_undtds.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css index 67542ec5ed..98ff25eaa6 100644 --- a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css +++ b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css @@ -1,6 +1,6 @@ @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap'); :root { - --blue: #28282D; + --blue: #568acf; --indigo: #6610f2; --purple: #9e77f6; --pink: #f38abb; @@ -8800,7 +8800,7 @@ a.text-dark:hover { padding: 0 !important; margin: 0 !important; border: 0 !important; - color: #aaaaaa !important; + color: #aaaaaa !important; } .run-instance-list li { margin: 0 !important; @@ -8809,4 +8809,4 @@ a.text-dark:hover { /* Settings */ .tokens-link { color: #4DA5C5; -} \ No newline at end of file +} From d2d26fc7f226ba31f7df05156d625f8e5f877c29 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 17 Aug 2022 11:00:05 +0100 Subject: [PATCH 2/2] applying @LianaHus comments --- apps/remix-ide/src/assets/css/themes/remix-black_undtds.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css index 98ff25eaa6..9dedb85c55 100644 --- a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css +++ b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css @@ -1,6 +1,6 @@ @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap'); :root { - --blue: #568acf; + --blue: #90c3f6; --indigo: #6610f2; --purple: #9e77f6; --pink: #f38abb;