Compare commits

..

No commits in common. "fd03da155708c71ea7a7fd774044d648d0a7b780" and "d8c7ad831d4398bcf713c28e65d18059fbdb6bc9" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View File

@ -12,8 +12,7 @@ if exists("syntax_on")
endif endif
let g:colors_name = "hjp-dark" let g:colors_name = "hjp-dark"
hi ColorColumn ctermbg=238 hi Comment term=bold ctermfg=88 ctermbg=White guifg=Red
hi Comment term=bold ctermfg=246 ctermbg=Black guifg=Red
hi Constant term=underline ctermfg=201 guifg=Magenta hi Constant term=underline ctermfg=201 guifg=Magenta
hi Error term=reverse ctermfg=15 ctermbg=9 guifg=White guibg=Red hi Error term=reverse ctermfg=15 ctermbg=9 guifg=White guibg=Red
hi ErrorMsg term=standout cterm=NONE ctermfg=226 ctermbg=DarkRed gui=NONE guifg=Yellow guibg=DarkRed hi ErrorMsg term=standout cterm=NONE ctermfg=226 ctermbg=DarkRed gui=NONE guifg=Yellow guibg=DarkRed
@ -24,7 +23,7 @@ hi Normal
hi PreProc term=underline ctermfg=Magenta ctermbg=0 guifg=Purple hi PreProc term=underline ctermfg=Magenta ctermbg=0 guifg=Purple
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=19 gui=NONE guifg=Black guibg=Cyan hi Search term=reverse cterm=NONE ctermfg=White ctermbg=19 gui=NONE guifg=Black guibg=Cyan
hi Special term=bold ctermfg=Yellow ctermbg=NONE guifg=Magenta hi Special term=bold ctermfg=Yellow ctermbg=NONE guifg=Magenta
hi Statement term=bold ctermfg=117 gui=NONE guifg=Brown hi Statement term=bold ctermfg=105 gui=NONE guifg=Brown
hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue
" Use color 226 (pale yellow) instead of the default yellow, because I refined " Use color 226 (pale yellow) instead of the default yellow, because I refined

7
.zshrc
View File

@ -152,10 +152,3 @@ fi
# for new style completion: # for new style completion:
autoload -U compinit autoload -U compinit
compinit compinit
# NVM
if [ -d "$HOME/.nvm" ]
then
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
fi