mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
12 lines
226 B
VimL
12 lines
226 B
VimL
|
|
" It's based on:
|
|
runtime colors/Dark.vim
|
|
|
|
let g:colors_name = "SlateBG"
|
|
|
|
hi Normal guibg=DarkSlateGrey guifg=AntiqueWhite1
|
|
hi NonText guibg=#1F3F3F
|
|
|
|
"hi Cursor guifg=AntiqueWhite1 guibg=bg gui=reverse
|
|
hi Cursor guibg=salmon3
|