mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
12 lines
169 B
VimL
12 lines
169 B
VimL
|
|
" It's based on:
|
|
runtime colors/Dim.vim
|
|
|
|
let g:colors_name = "DimGrey"
|
|
|
|
"hi Normal guibg=grey10
|
|
"hi NonText guibg=black
|
|
hi Normal guibg=grey15
|
|
hi NonText guibg=grey10
|
|
|