diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 11:42:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-14 11:42:41 -0500 |
commit | fd2001cd614dfa0d55ec820b7c358a1795d3ea27 (patch) | |
tree | 932b5f91ad3c70f9cfa4455a0ccfb27a7b259bf1 /dot_vim/colors/gor.vim | |
parent | added symlink to cclub afs (diff) |
Simplify vim configuration
Diffstat (limited to 'dot_vim/colors/gor.vim')
-rw-r--r-- | dot_vim/colors/gor.vim | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dot_vim/colors/gor.vim b/dot_vim/colors/gor.vim deleted file mode 100644 index b0584a1..0000000 --- a/dot_vim/colors/gor.vim +++ /dev/null @@ -1,47 +0,0 @@ -" local syntax file - set colors on a per-machine basis: -" vim: tw=0 ts=4 sw=4 -" Vim color file -" Maintainer: Jokes -" Last Change: - -set background=light -hi clear -if exists("syntax_on") - syntax reset -endif -let g:colors_name = "gor" -hi Normal guifg=white guibg=#005856 -hi NonText guifg=white guibg=#005856 -hi comment guifg=darkgrey -hi constant guifg=orange -hi identifier guifg=orange gui=NONE -hi statement guifg=cyan gui=NONE -"hi preproc guifg=#6063CD -hi preproc guifg=cyan -hi type guifg=green gui=NONE -hi special guifg=yellow -hi ErrorMsg guifg=Black guibg=Red -hi WarningMsg guifg=Black guibg=Green -hi Error guibg=Red -hi Todo guifg=Black guibg=orange -hi Cursor guibg=#ffffff guifg=#004f50 -"hi Cursor guibg=#603070 guifg=#0000ff -hi Folded guifg=#999999 guibg=#006336 -hi Search guibg=orange -hi IncSearch gui=NONE guibg=orange -hi LineNr guifg=grey -hi title guifg=grey -"hi StatusLineNC gui=NONE guifg=lightblue guibg=darkblue -hi StatusLineNC gui=NONE guibg=red -hi StatusLine guifg=black guibg=darkgreen -hi label guifg=gold2 -hi operator guifg=orange -hi clear Visual -hi Visual guibg=orange guifg=#00932D -hi DiffChange guibg=darkgreen -hi DiffText guibg=olivedrab -hi DiffAdd guibg=slateblue -hi DiffDelete guibg=coral -hi Folded guibg=gray30 -hi FoldColumn guibg=gray30 guifg=white -hi cIf0 guifg=gray |