mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
11 lines
121 B
VimL
11 lines
121 B
VimL
|
|
" It's based on:
|
|
runtime colors/Light.vim
|
|
|
|
let g:colors_name = "White"
|
|
|
|
hi Normal guibg=white
|
|
hi NonText guibg=grey95
|
|
|
|
|