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