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