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