aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/colors/lingodirector.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dot_vim/colors/lingodirector.vim')
-rw-r--r--dot_vim/colors/lingodirector.vim44
1 files changed, 0 insertions, 44 deletions
diff --git a/dot_vim/colors/lingodirector.vim b/dot_vim/colors/lingodirector.vim
deleted file mode 100644
index 57f2b3c..0000000
--- a/dot_vim/colors/lingodirector.vim
+++ /dev/null
@@ -1,44 +0,0 @@
-" Vim color file
-" Maintainer: Thomas Schmall <ts_nowhere@yahoo.com>
-" Last Change: 2004 June 16
-" Version:1.0
-" URL: http://www.oxpal.com/index.php?o=dev_vim&lan=en
-"
-" Note: you can type :set number! to activate or deactivate the line numbering, wich also
-" looks similar to Director
-
-set background=light
-hi clear
-if exists("syntax_on")
- syntax reset
-endif
-let g:colors_name="lingodirector"
-
-hi Normal guifg=black guibg=white ctermfg=Black ctermbg=white
-hi Title guifg=black guibg=white ctermfg=Black ctermbg=white gui=BOLD
-hi lCursor guibg=Cyan guifg=NONE
-
-hi LineNr guifg=white guibg=#8c9bfa
-
-
-
-" syntax highlighting groups
-hi Comment ctermfg=Red guifg=#c80000 gui=NONE
-hi Operator term=None cterm=None gui=None
-
-hi Identifier ctermfg=Green guifg=#008000 gui=NONE
-
-hi Statement ctermfg=Blue guifg=#0000c8 gui=NONE
-hi TypeDef ctermfg=Blue guifg=#0000c8 gui=NONE
-hi Type ctermfg=Blue guifg=#0000c8 gui=NONE
-hi Boolean ctermfg=Blue guifg=#0000c8 gui=NONE
-
-hi String ctermfg=Gray guifg=#808080 gui=NONE
-hi Number ctermfg=Gray guifg=#808080 gui=NONE
-hi Constant ctermfg=Gray guifg=#808080 gui=NONE
-
-hi Function ctermfg=Green guifg=#008040 gui=NONE
-hi PreProc ctermfg=Green guifg=#008040 gui=NONE
-hi Keyword ctermfg=Green guifg=#008040 gui=NONE
-
-"set number