This file is indexed.

/usr/share/vim-scripts/colors/fog.vim is in vim-scripts 20130814ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
" Vim color file
" vim: tw=0 ts=4 sw=4
" Maintainer:	Thomas R. Kimpton <tomk@emcity.net>
" Last Change:	2001 Nov 8
" This color scheme is meant for the person that spends hours
" and hours and hours and... in vim and wants some contrast to
" help pick things out in the files they edit, but doesn't want
" **C**O**N**T**R**A**S**T**!

set background=light

hi clear

if exists("syntax_on")
  syntax reset
endif

let colors_name = "fog"

hi Normal		ctermbg=White		ctermfg=Black
" 660066 = darkish purple
hi Normal		guifg=#660066		guibg=grey80

hi NonText		term=bold
hi NonText		ctermfg=LightBlue
hi NonText		gui=bold			guifg=LightBlue			guibg=grey80

hi Comment		ctermfg=DarkGrey	ctermbg=White
" 444499 = darkish blue grey
hi Comment		guifg=#444499

hi Constant		term=underline
hi Constant		ctermfg=Magenta
hi Constant		guifg=#7070a0

hi Statement	term=bold
hi Statement	cterm=bold			ctermfg=DarkGreen		ctermbg=White
hi Statement	guifg=DarkGreen		gui=bold

hi identifier	ctermfg=DarkGreen
hi identifier	guifg=DarkGreen

hi preproc		ctermfg=DarkGreen
hi preproc		guifg=#408040

hi type			ctermfg=DarkBlue
hi type			guifg=DarkBlue

hi label		ctermfg=yellow
hi label		guifg=#c06000

hi operator		ctermfg=darkYellow
hi operator		guifg=DarkGreen		gui=bold

hi StorageClass	ctermfg=DarkRed			ctermbg=White
hi StorageClass	guifg=#a02060			gui=bold

hi Number		ctermfg=Blue		ctermbg=White
hi Number		guifg=Blue

hi Special		term=bold
hi Special		ctermfg=LightRed
hi Special		guifg=#aa8822

hi Cursor		ctermbg=DarkMagenta
hi Cursor		guibg=#880088		guifg=LightGrey

hi lCursor		guibg=Cyan			guifg=Black

hi ErrorMsg		term=standout
hi ErrorMsg		ctermbg=DarkRed		ctermfg=White
hi ErrorMsg		guibg=DarkRed		guifg=White

hi DiffText		term=reverse
hi DiffText		cterm=bold			ctermbg=DarkRed
hi DiffText		gui=bold			guibg=DarkRed

hi Directory	term=bold
hi Directory	ctermfg=LightRed
hi Directory	guifg=Red gui=underline

hi LineNr		term=underline
hi LineNr		ctermfg=Yellow
hi LineNr		guifg=#ccaa22

hi MoreMsg		term=bold
hi MoreMsg		ctermfg=LightGreen
hi MoreMsg		gui=bold			guifg=SeaGreen

hi Question		term=standout
hi Question		ctermfg=LightGreen
hi Question		gui=bold			guifg=DarkGreen

hi Search		term=reverse
hi Search		ctermbg=DarkYellow	ctermfg=Black
hi Search		guibg=#887722		guifg=Black

hi SpecialKey	term=bold
hi SpecialKey	ctermfg=LightBlue
hi SpecialKey	guifg=Blue

hi SpecialChar	ctermfg=DarkGrey	ctermbg=White
hi SpecialChar	guifg=DarkGrey		gui=bold

hi Title		term=bold
hi Title		ctermfg=LightMagenta
hi Title		gui=underline			guifg=DarkMagenta

hi WarningMsg	term=standout
hi WarningMsg	ctermfg=LightRed
hi WarningMsg	guifg=DarkBlue		guibg=#9999cc

hi WildMenu		term=standout
hi WildMenu		ctermbg=Yellow		ctermfg=Black
hi WildMenu		guibg=Yellow		guifg=Black gui=underline

hi Folded		term=standout
hi Folded		ctermbg=LightGrey	ctermfg=DarkBlue
hi Folded		guibg=LightGrey		guifg=DarkBlue

hi FoldColumn	term=standout
hi FoldColumn	ctermbg=LightGrey	ctermfg=DarkBlue
hi FoldColumn	guibg=Grey			guifg=DarkBlue

hi DiffAdd		term=bold
hi DiffAdd		ctermbg=DarkBlue
hi DiffAdd		guibg=DarkBlue

hi DiffChange	term=bold
hi DiffChange	ctermbg=DarkMagenta
hi DiffChange	guibg=DarkMagenta

hi DiffDelete	term=bold
hi DiffDelete	ctermfg=Blue		ctermbg=DarkCyan
hi DiffDelete	gui=bold			guifg=Blue			guibg=DarkCyan

hi Ignore		ctermfg=LightGrey
hi Ignore		guifg=grey90

hi IncSearch	term=reverse
hi IncSearch	cterm=reverse
hi IncSearch	gui=reverse

hi ModeMsg		term=bold
hi ModeMsg		cterm=bold
hi ModeMsg		gui=bold

hi StatusLine	term=reverse,bold
hi StatusLine	cterm=reverse,bold
hi StatusLine	gui=reverse,bold

hi StatusLineNC	term=reverse
hi StatusLineNC	cterm=reverse
hi StatusLineNC	gui=reverse

hi VertSplit	term=reverse
hi VertSplit	cterm=reverse
hi VertSplit	gui=reverse

hi Visual		term=reverse
hi Visual		cterm=reverse
hi Visual		gui=reverse			guifg=DarkGrey		guibg=fg

hi VisualNOS	term=underline,bold
hi VisualNOS	cterm=underline,bold
hi VisualNOS	gui=underline,bold

hi Todo			gui=reverse

" vim: sw=2