aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-16 18:41:31 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-16 18:41:31 -0700
commit9919b651b70802e650d8cd502b077728f25f5ba6 (patch)
treec025cf3f2e777e339704436c38ab72bf723f7206 /home
parentf789b76e9d147e96460649c0566f99ad1be6a70a (diff)
Fix vim background color
Diffstat (limited to 'home')
-rw-r--r--home/vim.nix2
1 files changed, 2 insertions, 0 deletions
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