From 9919b651b70802e650d8cd502b077728f25f5ba6 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 16 May 2024 18:41:31 -0700 Subject: Fix vim background color --- home/vim.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/vim.nix b/home/vim.nix index 93fe933..4399037 100644 --- a/home/vim.nix +++ b/home/vim.nix @@ -15,6 +15,8 @@ syntax on + highlight Normal guibg=#000000 + " Awesome magical color override from " https://gist.github.com/romainl/379904f91fa40533175dfaec4c833f2f augroup MyColors -- cgit v1.2.3