mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 21:32:27 +00:00
Switch vim colorscheme to gruvbox (#23)
This commit is contained in:
11
.config/nvim/colors/Slate.vim
Normal file
11
.config/nvim/colors/Slate.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
" 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
|
Reference in New Issue
Block a user