diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-16 18:41:31 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-16 18:41:31 -0700 |
| commit | 9919b651b70802e650d8cd502b077728f25f5ba6 (patch) | |
| tree | c025cf3f2e777e339704436c38ab72bf723f7206 /home/vim.nix | |
| parent | f789b76e9d147e96460649c0566f99ad1be6a70a (diff) | |
Fix vim background color
Diffstat (limited to 'home/vim.nix')
| -rw-r--r-- | home/vim.nix | 2 |
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 |