Files
nix-config/.config/nvim/colors/DarkDefault.vim
2020-07-15 09:28:34 -04:00

17 lines
279 B
VimL

" 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