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/DarkDefault.vim
Normal file
16
.config/nvim/colors/DarkDefault.vim
Normal file
@@ -0,0 +1,16 @@
|
||||
" DARK colorscheme. The purpose of this colorscheme is to make small
|
||||
" adjustments to the default.
|
||||
|
||||
" Restore default colors
|
||||
hi clear
|
||||
set background=dark
|
||||
|
||||
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let g:colors_name = "DarkDefault"
|
||||
|
||||
hi Normal guibg=grey25 guifg=GhostWhite
|
||||
|
Reference in New Issue
Block a user