This file is indexed.

/usr/share/vim-scripts/colors/no_quarter.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
" Vim color file
"  Maintainer: Otavio Fernandes <otaviof@gmail.com>
" Last Change: 2010/01/03 Sun 22:56
"     Version: 1.0.6
"
" ts=4
"

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

"
" Vim Colors (( Default Options ))
"

hi Normal				guifg=grey90                        guibg=#303030

hi Comment				gui=NONE		guifg=#647bcf       guibg=NONE
hi Constant				gui=NONE		guifg=#b07050       guibg=NONE
hi Cursor				gui=NONE		guifg=#424242       guibg=green
hi CursorIM				gui=NONE		guifg=#ffffff       guibg=#8800ff
hi CursorLine           gui=NONE                            guibg=gray25
hi DiffAdd				gui=NONE		guifg=#a0d0ff       guibg=#0020a0
hi DiffChange			gui=NONE		guifg=#e03870       guibg=#601830
hi DiffDelete			gui=NONE		guifg=#a0d0ff       guibg=#0020a0
hi DiffText				gui=NONE		guifg=#ff78f0       guibg=#a02860
hi Directory			gui=NONE		guifg=lightmagenta  guibg=NONE
hi Error				gui=BOLD		guifg=#ffffff       guibg=#8000ff
hi ErrorMsg				gui=BOLD		guifg=#ffa0ff       guibg=NONE
hi FoldColumn			gui=NONE		guifg=#40c0ff       guibg=#404040
hi Folded				gui=NONE		guifg=#40f0f0       guibg=#006090
hi Identifier			gui=NONE		guifg=#90c0c0       guibg=NONE
hi Ignore				gui=NONE		guifg=bg            guibg=NONE
hi IncSearch			gui=UNDERLINE	guifg=#80ffff       guibg=#0060c0
hi LineNr				gui=NONE		guifg=#707070       guibg=NONE
hi ModeMsg				gui=BOLD		guifg=#a0d0ff       guibg=NONE
hi MoreMsg				gui=NONE        guifg=lightred      guibg=bg
hi NonText				gui=BOLD		guifg=#707070       guibg=#383838
hi OverLength           gui=NONE        guifg=fg            guibg=#353535
hi PreProc				gui=NONE		guifg=#c090c0       guibg=NONE
hi Question				gui=BOLD		guifg=#e8e800       guibg=NONE
hi Search				gui=NONE		guifg=bg            guibg=grey60
hi SignColumn           gui=NONE        guifg=darkyellow    guibg=bg
hi Special				gui=NONE		guifg=#c090c0       guibg=NONE
hi SpecialKey			gui=BOLD		guifg=green         guibg=NONE
hi Statement			gui=NONE		guifg=#c0c090       guibg=NONE
hi StatusLine			gui=NONE		guifg=#000000       guibg=#909090
hi StatusLineNC			gui=NONE		guifg=#abac84       guibg=#404040
hi Title				gui=NONE        guifg=darkcyan      guibg=bg
hi Todo					gui=BOLD		guifg=#ff80d0       guibg=NONE
hi Type					gui=NONE		guifg=#60f0a8       guibg=NONE
hi Underlined			gui=UNDERLINE	guifg=#707070       guibg=NONE
hi VertSplit			gui=NONE		guifg=#abac84       guibg=#404040
hi Visual				gui=NONE		guifg=#b0ffb0       guibg=#008000
hi VisualNOS			gui=NONE		guifg=#ffe8c8       guibg=#c06800
hi WarningMsg			gui=BOLD		guifg=#ffa0ff       guibg=NONE
hi WildMenu				gui=NONE		guifg=#000000       guibg=#abac84
hi htmlTagName			gui=NONE 		guifg=grey70        guibg=bg
hi lCursor				gui=NONE		guifg=#ffffff       guibg=#8800ff

"
" Tag List
"

hi MyTagListFileName      gui=underline   guifg=fg        guibg=grey25

"
" Perl
"

hi perlIdentifier			gui=NONE	guifg=#90c0c0	guibg=NONE
hi perlStatement			gui=NONE	guifg=#c0c090	guibg=NONE
hi perlStatementHash		gui=NONE	guifg=#c0c090	guibg=#404040
hi perlStatementNew			gui=NONE	guifg=#c0c090	guibg=#424242
hi perlMatchStartEnd		gui=NONE	guifg=#c0c090	guibg=#424242
hi perlVarPlain				gui=NONE	guifg=#74c5c6	guibg=bg
hi perlVarNotInMatches		gui=NONE	guifg=#915555	guibg=bg
hi perlVarPlain2			gui=NONE	guifg=#74c6a8	guibg=bg
hi perlFunctionName			gui=NONE	guifg=white 	guibg=bg
hi perlNumber				gui=NONE	guifg=#80ac7b	guibg=bg
hi perlQQ					gui=NONE	guifg=fg		guibg=#393939
hi perlSpecialString		gui=NONE	guifg=#dc966b	guibg=bg
hi perlSpecialMatch			gui=NONE	guifg=#c864c7	guibg=bg
hi perlSpecialBEOM			gui=NONE	guifg=fg		guibg=#404040
hi perlStringStartEnd		gui=NONE	guifg=#b07050	guibg=#353535
hi perlShellCommand			gui=NONE	guibg=#c090c0	guibg=#424242
hi perlOperator				gui=NONE	guifg=#c0c090	guibg=#404040
hi perlLabel				gui=NONE	guifg=#c0c090	guibg=#404040
hi perlControl				gui=NONE	guifg=#c0c090	guibg=#404040
hi perlSharpBang			gui=NONE	guifg=#c0c090	guibg=#505050
hi perlPackageDecl			gui=NONE	guifg=#80ac7b	guibg=#404040
hi perlStatementFiledesc	gui=NONE	guifg=#a2c090	guibg=bg
hi perlRepeat				gui=NONE	guifg=#c0b790	guibg=bg
hi perlStatementInclude 	gui=NONE 	guifg=#c0c090 	guibg=#3b4038
hi perlStatementControl		gui=NONE	guifg=#dcdb6b	guibg=bg
hi perlStatementSub 		gui=NONE 	guifg=#c0c090 	guibg=bg
hi perlVarSimpleMember		gui=NONE	guifg=#c0c090	guibg=bg
hi perlVarSimpleMemberName	gui=NONE	guifg=grey70	guibg=bg

" -------------------------------------------------------------------------------------------------
" perlStatementRegexp perlSpecialDollar perlSpecialStringU perlSubstitutionBracket
" perlTranslationBracket perlType perlStatementStorage perlStatementScalar
" perlStatementNumeric perlStatementList perlStatementIOfunc 
" perlStatementVector perlStatementFiles perlStatementFlow perlStatementScope
" perlStatementProc perlStatementSocket perlStatementIPC perlStatementNetwork perlStatementPword
" perlStatementTime perlStatementMisc perlStatementPackage perlList perlMisc
" perlVarSlash perlMethod perlFiledescRead perlFiledescStatement perlFormatName
" perlFloat perlString perlSubstitutionSQ perlSubstitutionDQ
" perlSubstitutionSlash perlSubstitutionHash perlSubstitutionCurly perlSubstitutionPling
" perlTranslationSlash perlTranslationHash perlTranslationCurly perlHereDoc perlFormatField
" perlStringUnexpanded perlCharacter perlSpecialAscii perlConditional perlInclude
" perlStorageClass perlPackageRef perlFunctionPRef
" -------------------------------------------------------------------------------------------------

"
" Omni Menu
"

hi Pmenu				guifg=grey10	guibg=grey50
hi PmenuSel				guifg=#abac84	guibg=#404040
hi PmenuSbar			guibg=grey20
hi PmenuThumb			guifg=grey30

"
" Right Margin
"

hi rightMargin          guibg=#453030

" EOF