From 07a4cd7cd854d7ce5b2617f93538db71bc1da431 Mon Sep 17 00:00:00 2001 From: Guillaume Comte Date: Mon, 21 Feb 2022 14:18:01 +0100 Subject: [PATCH] fix gray for sonokai --- themes/sonokai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sonokai.sh b/themes/sonokai.sh index d1e5d69..cee3e43 100644 --- a/themes/sonokai.sh +++ b/themes/sonokai.sh @@ -11,7 +11,7 @@ export COLOR_06="#B39DF3" # Sonokai Magenta export COLOR_07="#76CCE0" # Sonokai Cyan export COLOR_08="#E2E2E3" # Light Gray # Bold text -export COLOR_09="#2C2E34" # Dark Gray +export COLOR_09="#7F8490" # Gray export COLOR_10="#FC5D7C" # Sonokai Red export COLOR_11="#9ED072" # Sonokai Green export COLOR_12="#E7C664" # Sonokai Yellow