mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
10 lines
139 B
VimL
10 lines
139 B
VimL
|
|
" It's based on:
|
|
runtime colors/Dark.vim
|
|
|
|
let g:colors_name = "Green"
|
|
|
|
hi Normal guibg=#002800 guifg=GhostWhite
|
|
hi NonText guibg=#001800
|
|
|