aboutsummaryrefslogtreecommitdiff
path: root/.vim/colors/gor.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/colors/gor.vim')
-rw-r--r--.vim/colors/gor.vim47
1 files changed, 47 insertions, 0 deletions
diff --git a/.vim/colors/gor.vim b/.vim/colors/gor.vim
new file mode 100644
index 0000000..b0584a1
--- /dev/null
+++ b/.vim/colors/gor.vim
@@ -0,0 +1,47 @@
+" 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