From d405c3d8250f649462f9f56b5b8f0e6182778636 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 19 Nov 2020 18:20:05 -0300 Subject: [PATCH] Cross-hair was too white in the selenized theme. --- colors.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.conf b/colors.conf index 9a953f1..917350c 100644 --- a/colors.conf +++ b/colors.conf @@ -99,5 +99,5 @@ base=rgb(24,24,24);rgb(79,156,254);rgb(237,74,70);rgb(235,110,183);rgb(131,199,7 field=rgb(131,199,70);rgb(237,74,70);rgb(65,199,185);rgb(250,145,83) selection=rgb(37,37,37);rgb(222,222,222) OIA=rgb(24,24,24);rgb(222,222,222);rgb(79,156,254);rgb(131,199,70);rgb(239,197,65) -cross-hair=rgb(222,222,222) +cross-hair=rgb(30,48,34) -- libgit2 0.21.2