You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
857 B
24 lines
857 B
syn match bluebg /\<blue\>\s*/ containedin=ALL
|
|
syn match magentabg /\<magenta\>\s*/ containedin=ALL
|
|
syn match yellowbg /\<yellow\>\s*/ containedin=ALL
|
|
syn match violetbg /\<violet\>\s*/ containedin=ALL
|
|
syn match greenbg /\<green\>\s*/ containedin=ALL
|
|
syn match cyanbg /\<cyan\>\s*/ containedin=ALL
|
|
syn match orangebg /\<orange\>\s*/ containedin=ALL
|
|
|
|
hi def link Tdiv Refbase01
|
|
hi def link Tcolumn0 Refblue
|
|
hi def link Tcolumn0title Refblueu
|
|
hi def link Tcolumn1 Refmagenta
|
|
hi def link Tcolumn1title Refmagentau
|
|
hi def link Tcolumn2 Refyellow
|
|
hi def link Tcolumn2title Refyellowu
|
|
hi def link Tcolumn3 Refviolet
|
|
hi def link Tcolumn3title Refvioletu
|
|
hi def link Tcolumn4 Refgreen
|
|
hi def link Tcolumn4title Refgreenu
|
|
hi def link Tcolumn5 Refcyan
|
|
hi def link Tcolumn5title Refcyanu
|
|
hi def link Tcolumn6 Reforange
|
|
hi def link Tcolumn6title Reforangeu
|
|
setl nowrap
|
|
|