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 = "DimGreenBG"
|
|
|
|
hi Normal guibg=#001800
|
|
hi NonText guibg=#000800
|
|
|