mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 21:32:27 +00:00
Switch vim colorscheme to gruvbox (#23)
This commit is contained in:
12
.config/nvim/colors/Red.vim
Normal file
12
.config/nvim/colors/Red.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
" It's based on:
|
||||
runtime colors/Dark.vim
|
||||
|
||||
let g:colors_name = "Red"
|
||||
|
||||
hi Normal guibg=#500000 guifg=#FFFFD0
|
||||
hi NonText guibg=#400000
|
||||
|
||||
" Experimental:
|
||||
hi Cursor guibg=green guifg=black
|
||||
|
Reference in New Issue
Block a user