From 9b586a993dd12f0f3e88cd1ffe11ef3ccffed750 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sun, 24 Jan 2021 18:06:31 -0800
Subject: [PATCH] Darken the background color of Vim Solarized's 256 color mode
---
vim/colors/solarized.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/colors/solarized.vim b/vim/colors/solarized.vim
index 70f5223..ec3f5c2 100644
--- a/vim/colors/solarized.vim
+++ b/vim/colors/solarized.vim
@@ -300,7 +300,7 @@ elseif g:solarized_termcolors != 256 && &t_Co >= 16
let s:green = "2"
elseif g:solarized_termcolors == 256
let s:vmode = "cterm"
- let s:base03 = "234"
+ let s:base03 = "232"
let s:base02 = "235"
let s:base01 = "239"
let s:base00 = "240"
--
GitLab