From ac023a66a1291b903e85558c5006257823652158 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Jun 2018 18:33:04 -0700 Subject: Try to fix colors When I exit vim, xterm has a white background. Dunno why. This doesn't seem to fix it either... --- vim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim.nix') diff --git a/vim.nix b/vim.nix index f458165..0a286a5 100644 --- a/vim.nix +++ b/vim.nix @@ -40,8 +40,8 @@ in set mouse=a "" "" https://github.com/lifepillar/vim-solarized8#troubleshooting - "let &t_8f = "\[38;2;%lu;%lu;%lum" - "let &t_8b = "\[48;2;%lu;%lu;%lum" + let &t_8f = "\[38:2:%lu:%lu:%lum" + let &t_8b = "\[48:2:%lu:%lu:%lum" set termguicolors "" Auto-switch theme let hour = strftime("%H") -- cgit v1.2.3