mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Switch vim colorscheme to gruvbox (#23)
This commit is contained in:
16
.config/nvim/colors/Black.vim
Normal file
16
.config/nvim/colors/Black.vim
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
" It's based on:
|
||||
runtime colors/Dark.vim
|
||||
|
||||
let g:colors_name = "Black"
|
||||
|
||||
hi Normal guibg=black guifg=GhostWhite
|
||||
hi NonText guibg=grey10
|
||||
|
||||
" More faded is too similar to blue on LCDs.
|
||||
"hi Identifier guifg=#90CC90
|
||||
hi Identifier guifg=#60CC60
|
||||
|
||||
" Experimental:
|
||||
" Stick with the default for a while...
|
||||
"hi Cursor guibg=red2 guifg=white
|
Reference in New Issue
Block a user