From 5769d2caa9793125595a45e640b5704f6258ca96 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Jun 2021 22:44:27 -0700 Subject: [PATCH] Update gray colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve decided to lighten my color scheme a little. --- yoshi-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index e03c132..fe72070 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -46,10 +46,10 @@ 5))) `(:line-width ,line-width :color ,border-color))) -(let ((yoshi-0 "#111414") - (yoshi-1 "#2c3434") - (yoshi-2 "#475454") - (yoshi-3 "#627373") +(let ((yoshi-0 "#222424") + (yoshi-1 "#3f4242") + (yoshi-2 "#5b6161") + (yoshi-3 "#787f7f") (yoshi-4 "#848484") (yoshi-5 "#a2a2a2") (yoshi-6 "#bfbfbf")