mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
10 lines
124 B
VimL
10 lines
124 B
VimL
|
|
" It's based on:
|
|
runtime colors/Dim.vim
|
|
|
|
let g:colors_name = "DimRedBG"
|
|
|
|
hi Normal guibg=#180000
|
|
hi NonText guibg=#080000
|
|
|