-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraider.colortemplate
187 lines (146 loc) · 4.12 KB
/
raider.colortemplate
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Full name: Raider
Short name: raider
Author: Alex Vear <[email protected]>
Description: A Vim colour scheme for archaeological escapades.
License: CC0 (Public domain)
URL: https://github.com/axvr/raider.vim
;;; Colour palette.
Neovim: yes
Variant: gui 256
Background: dark
Color: void #1a1a1a ~ ; Darkest background.
Color: shadows #222222 ~ ; Background.
Color: shade #2a2a2a ~ ; Lighter background.
Color: hidden #343434 ~ ; Invisible.
Color: gun_metal #707070 ~ ; Faded forground.
Color: snow #c9c9c9 ~ ; Foreground.
Color: top #94baca ~ ; Teal.
Color: shorts #a79180 ~ ; Light yellowish-brown.
Color: boots #88766f ~ ; Light redish-brown.
Color: snow_jacket #f0955f ~ ; Orange.
Color: leaves #679d80 ~ ; Pale blueish-green.
Color: moss #96a8a1 ~ ; Pale greenish-teal.
Color: slate #858ca6 ~ ; Purplish-blue.
Color: blood #cf4c4c ~ ; Red.
Color: gold #ecb55d ~ ; Yellow.
Color: term_b_blue #3465a4 ~
Color: term_b_green #2bb469 ~
Color: term_b_magenta #75507b ~
Color: term_magenta #c061cb ~
;;; Highlights.
Normal snow shadows
Comment gun_metal none
SpecialComment gun_metal none bold
Delimiter -> Comment
NonText hidden none
Conceal -> NonText
EndOfBuffer -> NonText
Ignore -> NonText
Constant boots none
Character -> Constant
Number -> Constant
Float -> Number
Boolean -> Constant
String top none
Identifier moss none
Function -> Identifier
Operator -> Normal
Statement shorts none
Conditional -> Statement
Repeat -> Conditional
Label boots none
Exception snow_jacket none
Keyword slate none
PreProc boots none
Include -> PreProc
PreCondit -> PreProc
Define shorts none
Macro -> Define
Type slate none
StorageClass -> Comment
Structure -> Type
Typedef -> Type
Special gun_metal none
SpecialChar -> Special
SpecialKey -> Special
Tag gun_metal none italic
Debug -> Exception
ErrorMsg blood none bold
Error -> ErrorMsg
WarningMsg snow_jacket none bold
Warning -> WarningMsg
ModeMsg top none
MoreMsg -> ModeMsg
Question -> ModeMsg
Todo leaves none bold
Underlined top none underline
StatusLine shorts hidden
StatusLineNC gun_metal shade
StatusLineTerm -> StatusLine
StatusLineTermNC -> StatusLineNC
TabLine -> StatusLineNC
TabLineFill -> StatusLineNC
TabLineSel -> StatusLine
WildMenu gold shade
VertSplit gun_metal none
WinSeparator -> VertSplit
NormalFloat snow shade
FloatBorder -> WinSeparator
Title shorts none bold
LineNr gun_metal none
LineNrAbove -> LineNr
LineNrBelow -> LineNr
Cursor shadows snow
CursorLine none shade
CursorLineNr gold shade
CursorColumn -> CursorLine
ColorColumn none void
SignColumn gun_metal none
Visual none hidden
VisualNOS none hidden
Pmenu none shade
PmenuSbar none hidden
PmenuSel gold hidden
PmenuThumb none gun_metal
FoldColumn shade none
Folded gun_metal void
IncSearch shadows gold
Search shadows top
CurSearch -> IncSearch
Directory top none
MatchParen gold shade bold
SpellBad blood none underline
SpellCap snow_jacket none underline
SpellLocal -> SpellCap
SpellRare gold none underline
QuickFixLine none void
DiffAdd leaves shade
DiffChange none shade
DiffDelete blood shade
DiffText gold shade
diffAdded -> DiffAdd
diffRemoved -> DiffDelete
Added -> DiffAdd
Changed -> DiffText
Removed -> DiffDelete
DiagnosticError blood none bold
DiagnosticUnderlineError blood none underline
DiagnosticWarn snow_jacket none bold
DiagnosticUnderlineWarn snow_jacket none underline
DiagnosticInfo gold none bold
DiagnosticUnderlineInfo gold none underline
DiagnosticHint top none bold
DiagnosticUnderlineHint top none underline
DiagnosticOk leaves none bold
DiagnosticUnderlineOk leaves none underline
DiagnosticDeprecated gun_metal none bold
DiagnosticUnnecessary gun_metal none bold
helpHyperTextJump top none
htmlTag -> Delimiter
htmlEndTag -> htmlTag
gitcommitSummary -> Title
vimCommentTitle -> SpecialComment
;;; Integrated terminal colours.
;; black red green yellow blue magenta cyan white
Term Colors: shade blood leaves shorts top term_magenta slate snow ; Normal
Term Colors: gun_metal boots term_b_green gold term_b_blue term_b_magenta moss snow ; Bright