From d8cea51e458e54ad03ecb67384662b7efa4823a2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 6 Jan 2022 21:08:46 -0300 Subject: [PATCH] kak: Hacer que los grises sean menos oscuros --- .config/kak/colors/grayscale-superiority.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kak/colors/grayscale-superiority.kak b/.config/kak/colors/grayscale-superiority.kak index 7fa402c..8ac7b71 100644 --- a/.config/kak/colors/grayscale-superiority.kak +++ b/.config/kak/colors/grayscale-superiority.kak @@ -1,7 +1,7 @@ evaluate-commands %sh{ black="rgb:000000" dark_gray="rgb:333333" - gray="rgb:666666" + gray="rgb:474747" white="rgb:FFFFFF" whiteish="rgb:DDDDDD"