mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
17 lines
346 B
VimL
17 lines
346 B
VimL
|
|
" It's based on:
|
|
runtime colors/Dark.vim
|
|
|
|
let g:colors_name = "Blue"
|
|
|
|
" hi Normal guibg=#000070 guifg=GhostWhite
|
|
hi Normal guibg=#000050 guifg=GhostWhite
|
|
"hi Normal guibg=#000040 guifg=GhostWhite
|
|
"hi NonText guibg=#000040
|
|
hi NonText guibg=#000038
|
|
"hi NonText guibg=#000030
|
|
hi Visual guifg=grey40
|
|
|
|
" Experimental:
|
|
hi Cursor guibg=yellow guifg=bg
|