changed default colorscheme to elflord

This commit is contained in:
BuildTools 2022-08-26 18:45:32 -07:00
parent 9bf072b6c1
commit 28dd5dc5fd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
" Vim color file - crystallite " Vim color file - crystallite
" Original colorscheme credit tomsik68 https://github.com/tomsik68/vim-crystallite " Original colorscheme credit tomsik68 https://github.com/tomsik68/vim-crystallite
" Adapted for BDV use by Alan Weinstock - 2016/09/30 " Adapted for personal use by Alan Weinstock - 2016/09/30
if version > 580 if version > 580
hi clear hi clear
if exists("syntax_on") if exists("syntax_on")

View file

@ -4,7 +4,7 @@ if $TERM !~ "linux"
colorscheme crystallite colorscheme crystallite
else else
syntax on syntax on
colorscheme default colorscheme elflord
endif endif
filetype plugin indent on filetype plugin indent on