]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/manxome.vim
Fix path check for intel macs fzf
[rbdr/dotfiles] / vim / colors / manxome.vim
CommitLineData
0d23b6e5
BB
1""" local syntax file - set colors on a per-machine basis:
2""" Vim color file
3""" Title: Manxome Foes Color Scheme
4""" Maintainer: Ricardo SIGNES <rjbs-vim@lists.manxome.org>
5""" This Version: R2v2 [2003-07-16]
6""" suggested vim editing options: tw=0 ts=4 sw=4
7
8"" clear and re-initialize global variables
9hi clear
10set background=dark
11if exists("syntax_on")
12 syntax reset
13endif
14let g:colors_name = "manxome"
15
16"" set highlight groups
17"" you'll notice that the ctermbg is often 'none'; this is so that when
18"" console vim runs in a terminal, transparency (if any) is not broken
19
20highlight Title ctermfg=3 ctermbg=none cterm=bold guifg=#ffff00 guibg=#000000 gui=none
21highlight Directory ctermfg=4 ctermbg=none cterm=bold guifg=#0000ff guibg=#000000 gui=none
22highlight StatusLine ctermfg=7 ctermbg=4 cterm=bold guifg=#ffffff guibg=#0000ff gui=none
23highlight StatusLineNC ctermfg=0 ctermbg=4 cterm=bold guifg=#000000 guibg=#0000ff gui=none
24highlight Normal ctermfg=7 ctermbg=none cterm=none guifg=#cccccc guibg=#000000 gui=none
25highlight Search ctermfg=7 ctermbg=4 cterm=bold guifg=#ffffff guibg=#0000ff gui=none
26highlight Visual ctermfg=7 ctermbg=6 cterm=bold guifg=#ffffff guibg=#00aaaa gui=none
27
28"" set major preferred groups
29
30highlight Comment ctermfg=2 ctermbg=none cterm=bold guifg=#00ff00 guibg=#000000 gui=none
31highlight Constant ctermfg=6 ctermbg=none cterm=bold guifg=#00ffff guibg=#000000 gui=none
32highlight Identifier ctermfg=4 ctermbg=none cterm=bold guifg=#0000ee guibg=#000000 gui=none
33highlight Statement ctermfg=6 ctermbg=none cterm=none guifg=#00aaaa guibg=#000000 gui=none
34highlight PreProc ctermfg=7 ctermbg=none cterm=bold guifg=#ffffff guibg=#000000 gui=none
35highlight Type ctermfg=6 ctermbg=none cterm=none guifg=#00aaaa guibg=#000000 gui=none
36highlight Special ctermfg=7 ctermbg=none cterm=bold guifg=#ffffff guibg=#000000 gui=none
37highlight Underlined ctermfg=2 ctermbg=none cterm=none guifg=#00aa00 guibg=#000000 gui=none
38highlight Ignore ctermfg=0 ctermbg=none cterm=bold guifg=#aaaaaa guibg=#000000 gui=none
39highlight Error ctermfg=1 ctermbg=none cterm=bold guibg=#ff0000 guibg=#000000 gui=none
40highlight Todo ctermfg=3 ctermbg=none cterm=none guifg=#aaaa00 guibg=#000000 gui=none
41
42" set syntax-specific groups
43" I'd like to avoid using these, but the default settings for these two are
44" just no good. Seeing italic text in Vim is just plain wrong.
45
46highlight htmlBold ctermfg=7 ctermbg=none cterm=bold guifg=#ffffff guibg=#000000 gui=none
47highlight htmlItalic ctermfg=5 ctermbg=none cterm=bold guifg=#ff00ff guibg=#000000 gui=none