mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Switch vim colorscheme to gruvbox (#23)
This commit is contained in:
21
.config/nvim/colors/LightDefault.vim
Normal file
21
.config/nvim/colors/LightDefault.vim
Normal file
@@ -0,0 +1,21 @@
|
||||
" LIGHT colorscheme. The purpose of this colorscheme is to make small
|
||||
" adjustments to the default.
|
||||
|
||||
" Restore default colors
|
||||
hi clear
|
||||
set background=light
|
||||
|
||||
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let g:colors_name = "LightDefault"
|
||||
|
||||
"hi Normal guifg=black guibg=#D6D3CE
|
||||
hi Normal guifg=black guibg=ivory3
|
||||
hi NonText guibg=#BDBDB1 " slightly darker than ivory3
|
||||
hi Constant guifg=Magenta3
|
||||
hi WarningMsg gui=bold
|
||||
hi Search guibg=Yellow2
|
||||
hi Function guifg=IndianRed
|
Reference in New Issue
Block a user