]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/northland.vim
Update vim
[rbdr/dotfiles] / vim / colors / northland.vim
CommitLineData
0d23b6e5
BB
1" Vim color file - northland
2" Maintainer: Luka Djigas <ldigas@gmail.com>
3" URL: http://www.vim.org/scripts/script.php?script_id=2200
4
5" Version: 0.2
6" Last Change: 24.11.2008. 19:13
7" =====
8set background=dark
9hi clear
10if exists("syntax_on")
11 syntax reset
12endif
13let g:colors_name="northland"
14" ===== :he highlight-groups
15hi Normal gui=NONE guifg=White guibg=#001020 guisp=NONE
16
17hi StatusLine gui=NONE guifg=Black guibg=DarkRed
18hi StatusLineNC gui=NONE guifg=Black guibg=DarkGray
19 hi VertSplit gui=NONE guifg=Black guibg=DarkGray
20
21hi Cursor gui=NONE guifg=White guibg=PaleTurquoise3
22 hi CursorIM gui=NONE guifg=White guibg=PaleTurquoise3
23hi CursorLine guibg=#003853
24 hi CursorColumn guibg=#003853
25
26hi ErrorMsg gui=NONE guifg=Yellow guibg=NONE
27 hi WarningMsg gui=NONE guifg=Yellow guibg=NONE
28 hi MoreMsg gui=NONE guifg=Yellow guibg=NONE
29 hi Question gui=NONE guifg=Yellow guibg=NONE
30hi ModeMsg gui=bold guifg=White guibg=DarkRed
31
32"hi Directory gui=NONE guifg=DarkGreen guibg=NONE
33"hi Directory gui=bold guifg=#0475B9 "---lighter blue
34hi Directory gui=bold guifg=#035587 "---darker blue
35
36hi Search gui=NONE guifg=White guibg=DarkRed
37 hi IncSearch gui=NONE guifg=White guibg=DarkRed
38
39hi NonText gui=NONE guifg=DarkRed guibg=NONE
40hi SpecialKey gui=NONE guifg=#999999 guibg=NONE
41
42hi Pmenu gui=NONE guifg=Black guibg=DarkRed
43hi PmenuSel gui=NONE guifg=#507080 guibg=Black
44hi PmenuSbar guibg=#003853
45hi PmenuThumb gui=NONE guibg=Black
46hi WildMenu gui=NONE guifg=#507080 guibg=Black
47
48hi MatchParen gui=bold guifg=DarkRed guibg=NONE
49
50hi LineNr gui=bold guifg=#507080 guibg=Black
51
52hi Visual gui=NONE guifg=NONE guibg=DarkRed
53hi VisualNOS gui=underline guifg=NONE guibg=DarkRed
54
55hi DiffAdd gui=NONE guifg=White guibg=DarkGreen
56hi DiffChange gui=NONE guifg=White guibg=DarkGray
57hi DiffDelete gui=NONE guifg=White guibg=DarkRed
58hi DiffText gui=NONE guifg=White guibg=NONE
59
60hi Folded gui=bold guifg=DarkGreen guibg=Black
61hi FoldColumn gui=NONE guifg=#507080 guibg=Black
62hi SignColumn gui=bold guifg=DarkRed guibg=Black
63
64hi SpellBad gui=undercurl guisp=Red
65hi SpellCap gui=undercurl guisp=White
66hi SpellLocal gui=undercurl guisp=Orange
67 hi SpellRare gui=undercurl guisp=Orange
68
69hi TabLine gui=NONE guifg=#507080 guibg=Black
70hi TabLineSel gui=bold guifg=Black guibg=#507080
71hi TabLineFill gui=NONE guifg=White guibg=Black
72
73hi Title gui=bold guifg=#507080 guibg=NONE
74
75"hi Menu
76"hi Scrollbar
77"hi Tooltip
78"hi User1 ... User9
79" ===== :he group-name
80hi Comment gui=italic guifg=DarkGray
81"*Comment any comment
82"hi Constant gui=none guifg=#0475B9 "---lighter blue
83hi Constant gui=none guifg=#035587 "---darker blue
84"*Constant any constant
85" String a string constant: "this is a string"
86" Character a character constant: 'c', '\n'
87" Number a number constant: 234, 0xff
88" Boolean a boolean constant: TRUE, false
89" Float a floating point constant: 2.3e10
90"hi Identifier gui=bold,italic guifg=#FB000A "---lighter
91hi Identifier gui=bold,italic guifg=#BC0007 "---darker
92"*Identifier any variable name
93" Function function name (also: methods for classes)
94"hi Statement gui=bold guifg=#FF9500 "---lighter
95hi Statement gui=bold guifg=#BF6F00 "---darker
96"*Statement any statement
97" Conditional if, then, else, endif, switch, etc.
98" Repeat for, do, while, etc.
99" Label case, default, etc.
100" Operator "sizeof", "+", "*", etc.
101" Keyword any other keyword
102" Exception try, catch, throw
103"hi PreProc gui=bold,italic guifg=#640A9B "---
104"hi PreProc gui=bold,italic guifg=#576D02 "---
105hi PreProc gui=bold,italic guifg=#AD6141
106"*PreProc generic Preprocessor
107" Include preprocessor #include
108" Define preprocessor #define
109" Macro same as Define
110" PreCondit preprocessor #if, #else, #endif, etc.
111"hi Type gui=none guifg=#14AE00 "---lighter
112hi Type gui=none guifg=#0F8200 "---darker
113"*Type int, long, char, etc.
114" StorageClass static, register, volatile, etc.
115" Structure struct, union, enum, etc.
116" Typedef A typedef
117"hi! link Special Constant
118hi! link Special Type
119"*Special any special symbol
120" SpecialChar special character in a constant
121" Tag you can use CTRL-] on this
122" Delimiter character that needs attention
123" SpecialComment special things inside a comment
124" Debug debugging statements
125hi clear Underlined
126"*Underlined text that stands out, HTML links
127hi! link Ignore Constant
128"*Ignore left blank, hidden
129hi Error gui=bold guifg=Black guibg=Yellow
130"*Error any erroneous construct
131hi! link Todo LineNr
132"*Todo anything that needs extra attention; mostly the
133" keywords TODO FIXME and XXX
134" ===== fortran
135hi fortranUnitHeader gui=bold guifg=Purple
136hi fortranType gui=none guifg=#0F8200
137hi! link fortranTypeR fortranType
138hi! link fortranStructure fortranType
139hi! link fortranOperator Normal "///
140hi! link fortranNumber Normal "///
141
142
143
144hi fortranLabelNumber guifg=DarkRed
145
146
147
148"hi fortranTodo guifg=Black guibg=#507080
149"hi fortranContinueMark guifg=White guibg=DarkRed