Files
nix-config/.config/nvim/colors/Black.vim
2020-07-15 09:28:34 -04:00

17 lines
329 B
VimL

" It's based on:
runtime colors/Dark.vim
let g:colors_name = "Black"
hi Normal guibg=black guifg=GhostWhite
hi NonText guibg=grey10
" More faded is too similar to blue on LCDs.
"hi Identifier guifg=#90CC90
hi Identifier guifg=#60CC60
" Experimental:
" Stick with the default for a while...
"hi Cursor guibg=red2 guifg=white