add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / colorscheme_template.vim
blob791285fb3957f4feed422dbd1a52732d261ee140
1 "" Vim color file
2 " Maintainer:   Your name <youremail@something.com>
3 " Last Change:  
4 " URL:          
6 " cool help screens
7 " :he group-name
8 " :he highlight-groups
9 " :he cterm-colors
11 " your pick:
12 set background=dark     " or light
13 hi clear
14 if exists("syntax_on")
15     syntax reset
16 endif
17 let g:colors_name="mycolorscheme"
18 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
19 hi User1 guibg=darkblue guifg=yellow
20 hi User2 guibg=darkblue guifg=lightblue
21 hi User3 guibg=darkblue guifg=red
22 hi User4 guibg=darkblue guifg=cyan
23 hi User5 guibg=darkblue guifg=lightgreen
24 "endlyjset background=light
26 "hi Normal
28 " OR
30 " highlight clear Normal
31 " set background&
32 " highlight clear
33 " if &background == "light"
34 "   highlight Error ...
35 "   ...
36 " else
37 "   highlight Error ...
38 "   ...
39 " endif
41 " A good way to see what your colorscheme does is to follow this procedure:
42 " :w 
43 " :so % 
45 " Then to see what the current setting is use the highlight command.  
46 " For example,
47 "       :hi Cursor
48 " gives
49 "       Cursor         xxx guifg=bg guibg=fg 
50         
51 " Uncomment and complete the commands you want to change from the default.
53 "hi Cursor              
54 "hi CursorIM    
55 "hi Directory   
56 "hi DiffAdd             
57 "hi DiffChange  
58 "hi DiffDelete  
59 "hi DiffText    
60 "hi ErrorMsg    
61 "hi VertSplit   
62 "hi Folded              
63 "hi FoldColumn  
64 "hi IncSearch   
65 "hi LineNr              
66 "hi ModeMsg             
67 "hi MoreMsg             
68 "hi NonText             
69 "hi Question    
70 "hi Search              
71 "hi SpecialKey  
72 "hi StatusLine  
73 "hi StatusLineNC        
74 "hi Title               
75 "hi Visual              
76 "hi VisualNOS   
77 "hi WarningMsg  
78 "hi WildMenu    
79 "hi Menu                
80 "hi Scrollbar   
81 "hi Tooltip             
83 " syntax highlighting groups
84 "hi Comment
85 "hi Constant    
86 "hi Identifier  
87 "hi Statement   
88 "hi PreProc     
89 "hi Type                
90 "hi Special     
91 "hi Underlined  
92 "hi Ignore              
93 "hi Error               
94 "hi Todo