aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/colors/robinhood.vim
blob: b6eb1bda0d241fb51907eeac3fac781515e4f0be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
" vim: set tw=0 sw=4 sts=4 et:

" Vim color file
" Maintainer: Datila Carvalho <datila@saci.homeip.net>
" Last Change: November, 3, 2003
" Version: 0.1

" This is a VIM's version of the emacs color theme
" _Robin Hood_ created by Alex Schroede.

set background=dark
hi clear
if exists("syntax_on")
    syntax reset
endif

let g:colors_name = "robinhood"


""" Colors

" GUI colors
hi Cursor               guifg=fg guibg=gray
hi CursorIM             guifg=NONE guibg=gray
"hi Directory
"hi DiffAdd
"hi DiffChange
"hi DiffDelete
"hi DiffText
hi ErrorMsg             gui=bold guifg=White guibg=Red
"hi VertSplit
"hi Folded
"hi FoldColumn
"hi IncSearch
"hi LineNr
"hi ModeMsg
"hi MoreMsg
"hi NonText
hi Normal               guibg=#304020 guifg=navajowhite
"hi Question
hi Search               gui=bold guifg=Black guibg=gray
"hi SpecialKey
hi StatusLine           guifg=palegreen
hi StatusLineNC         guifg=yellowgreen
"hi Title
hi Visual               guifg=darkslategrey guibg=fg
hi VisualNOS            gui=bold guifg=Black guibg=fg
hi WarningMsg           guifg=White guibg=Tomato
"hi WildMenu

" Colors for syntax highlighting
hi Comment              guifg=lightblue

hi Constant             gui=bold guifg=lightcyan
    hi String           guifg=lightsalmon
    hi Character        guifg=lightsalmon
    hi Number           gui=bold guifg=lightcyan
    hi Boolean          gui=bold guifg=lightcyan
    hi Float            gui=bold guifg=lightcyan

hi Identifier           gui=bold guifg=palegreen
    hi Function         guifg=yellowgreen

hi Statement            gui=bold guifg=salmon
    hi Conditional      gui=bold guifg=salmon
    hi Repeat           gui=bold guifg=salmon
    hi Label            guifg=salmon
    hi Operator         guifg=salmon
    "hi Keyword
    "hi Exception

hi PreProc              guifg=palegreen
    hi Include          gui=bold guifg=palegreen
    hi Define           guifg=palegreen
    hi Macro            guifg=aquamarine
    hi PreCondit        guifg=palegreen

hi Type                 gui=bold guifg=palegreen
    hi StorageClass     gui=bold guifg=aquamarine
    hi Structure        gui=bold guifg=aquamarine
    hi Typedef          gui=bold guifg=aquamarine

"hi Special
    ""Underline Character
    "hi SpecialChar      gui=underline
    "hi Tag              gui=bold,underline
    ""Statement
    "hi Delimiter        gui=bold
    ""Bold comment (in Java at least)
    "hi SpecialComment   gui=bold
    "hi Debug            gui=bold

hi Underlined           gui=underline

hi Ignore               guifg=bg

hi Error                gui=bold guifg=White guibg=Red

"hi Todo