mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
13 lines
185 B
VimL
13 lines
185 B
VimL
|
|
" 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
|
|
|