mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
17 lines
279 B
VimL
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
|
|
|