]> git.r.bdr.sh - rbdr/dotfiles/blob - vim/colors/brookstream.vim
Add vim again :)
[rbdr/dotfiles] / vim / colors / brookstream.vim
1 "--------------------------------------------------------------------
2 " Name Of File: brookstream.vim.
3 " Description: Gvim colorscheme, works best with version 6.1 GUI .
4 " Maintainer: Peter Bäckström.
5 " Creator: Peter Bäckström.
6 " URL: http://www.brookstream.org (Swedish).
7 " Credits: Inspiration from the darkdot scheme.
8 " Last Change: Friday, April 13, 2003.
9 " Installation: Drop this file in your $VIMRUNTIME/colors/ directory.
10 "--------------------------------------------------------------------
11
12 set background=dark
13 hi clear
14 if exists("syntax_on")
15 syntax reset
16 endif
17 let g:colors_name="brookstream"
18
19 "--------------------------------------------------------------------
20
21 hi Normal gui=none guibg=#000000 guifg=#bbbbbb
22 hi Cursor guibg=#44ff44 guifg=#000000
23 hi Directory guifg=#44ffff
24 hi DiffAdd guibg=#080808 guifg=#ffff00
25 hi DiffDelete guibg=#080808 guifg=#444444
26 hi DiffChange guibg=#080808 guifg=#ffffff
27 hi DiffText guibg=#080808 guifg=#bb0000
28 hi ErrorMsg guibg=#880000 guifg=#ffffff
29 hi Folded guifg=#000088
30 hi IncSearch guibg=#000000 guifg=#bbcccc
31 hi LineNr guibg=#050505 guifg=#4682b4
32 hi ModeMsg guifg=#ffffff
33 hi MoreMsg guifg=#44ff44
34 hi NonText guifg=#4444ff
35 hi Question guifg=#ffff00
36 hi SpecialKey guifg=#4444ff
37 hi StatusLine gui=none guibg=#2f4f4f guifg=#ffffff
38 hi StatusLineNC gui=none guibg=#bbbbbb guifg=#000000
39 hi Title guifg=#ffffff
40 hi Visual gui=none guibg=#bbbbbb guifg=#000000
41 hi WarningMsg guifg=#ffff00
42
43 " syntax highlighting groups ----------------------------------------
44
45 hi Comment guifg=#696969
46 hi Constant guifg=#00aaaa
47 hi Identifier guifg=#00e5ee
48 hi Statement guifg=#00ffff
49 hi PreProc guifg=#8470ff
50 hi Type guifg=#ffffff
51 hi Special gui=none guifg=#87cefa
52 hi Underlined gui=bold guifg=#4444ff
53 hi Ignore guifg=#444444
54 hi Error guibg=#000000 guifg=#bb0000
55 hi Todo guibg=#aa0006 guifg=#fff300
56 hi Operator gui=none guifg=#00bfff
57 hi Function guifg=#1e90ff
58 hi String gui=None guifg=#4682b4
59 hi Boolean guifg=#9bcd9b
60
61 "hi link Character Constant
62 "hi link Number Constant
63 "hi link Boolean Constant
64 "hi link Float Number
65 "hi link Conditional Statement
66 "hi link Label Statement
67 "hi link Keyword Statement
68 "hi link Exception Statement
69 "hi link Repeat Statement
70 "hi link Include PreProc
71 "hi link Define PreProc
72 "hi link Macro PreProc
73 "hi link PreCondit PreProc
74 "hi link StorageClass Type
75 "hi link Structure Type
76 "hi link Typedef Type
77 "hi link Tag Special
78 "hi link Delimiter Special
79 "hi link SpecialComment Special
80 "hi link Debug Special
81 "hi link FoldColumn Folded
82
83 "- end of colorscheme -----------------------------------------------