Home
last modified time | relevance | path

Searched refs:standout (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/runtime/colors/
H A Dpeachpuff.vim25 hi ErrorMsg term=standout cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red
31 hi Question term=standout ctermfg=2 gui=bold guifg=SeaGreen
38 hi WarningMsg term=standout ctermfg=1 gui=bold guifg=Red
39 hi WildMenu term=standout ctermfg=0 ctermbg=3 guifg=Black guibg=Yellow
40 hi Folded term=standout ctermfg=4 ctermbg=7 guifg=Black guibg=#e3c1a5
41 hi FoldColumn term=standout ctermfg=4 ctermbg=7 guifg=DarkBlue guibg=Gray80
59 hi Todo term=standout ctermfg=0 ctermbg=3 guifg=Blue guibg=Yellow
H A Dmorning.vim19 hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
34 hi Question term=standout ctermfg=DarkGreen gui=bold guifg=SeaGreen
38 hi WarningMsg term=standout ctermfg=DarkRed guifg=Red
39 hi WildMenu term=standout ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black
40 hi Folded term=standout ctermbg=Grey ctermfg=DarkBlue guibg=LightGrey guifg=DarkBlue
41 hi FoldColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue
H A Devening.vim19 hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
34 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Green
38 hi WarningMsg term=standout ctermfg=LightRed guifg=Red
39 hi WildMenu term=standout ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black
40 hi Folded term=standout ctermbg=LightGrey ctermfg=DarkBlue guibg=LightGrey guifg=DarkBlue
41 hi FoldColumn term=standout ctermbg=LightGrey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue
H A Dshine.vim20 hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
35 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Green
39 hi WarningMsg term=standout ctermfg=LightRed guifg=Red
40 hi WildMenu term=standout ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black
41 hi Folded term=standout ctermbg=LightGrey ctermfg=DarkBlue guibg=LightGrey guifg=DarkBlue
42 hi FoldColumn term=standout ctermbg=LightGrey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue
H A Dmurphy.vim25 hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
29 hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
35 hi Question term=standout ctermfg=LightGreen gui=bold guifg=Cyan
40 hi WarningMsg term=standout ctermfg=LightRed guifg=Red
H A Dkoehler.vim19 hi ErrorMsg term=standout cterm=bold ctermfg=grey ctermbg=red guifg=White guibg=Red
24 hi Question term=standout cterm=bold ctermfg=darkgreen gui=bold guifg=Green
29 hi WarningMsg term=standout cterm=bold ctermfg=darkred guifg=Red
39 hi Todo term=standout ctermfg=black ctermbg=darkcyan guifg=Blue guibg=Yellow
H A Delflord.vim26 hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
H A Dzellner.vim26 hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
/vim-8.2.3635/runtime/syntax/
H A Dlss.vim26 syn keyword lssStandout standout contained
77 hi def lssStandout term=standout cterm=standout
H A Daspvbs.vim30 hi def AspVBSVariableSimple term=standout ctermfg=3 guifg=#99ee99
31 hi def AspVBSVariableComplex term=standout ctermfg=3 guifg=#ee9900
H A Dsyncolor.vim57 SynColor Todo term=standout cterm=NONE ctermfg=Black ctermbg=Yellow gui=NONE guifg=Blue guibg=Yell…
H A Dcsdl.vim82 syn match csdlTarget 'links\.meta\.standout'
H A Dneomuttrc.vim368 syntax keyword muttrcMonoAttrib contained bold none normal reverse standout underline
H A Dmuttrc.vim667 syn keyword muttrcMonoAttrib contained bold none normal reverse standout underline
H A Dvim.vim604 syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough…
/vim-8.2.3635/src/testdir/
H A Dtest_highlight.vim838 hi HlGrp3 term=bold,underline,undercurl,strikethrough,reverse,italic,standout
839 …call assert_equal('hi HlGrp3 term=bold,standout,underline,undercurl,italic,reverse,strike…
1000 highlight MyHLGroup term=standout cterm=reverse ctermfg=10 ctermbg=Black
1001 …id': hlID('MyHLGroup'), 'ctermfg': '10', 'name': 'MyHLGroup', 'term': {'standout': v:true}, 'cterm…
1102 highlight myhlg1 term=bold cterm=italic gui=standout
1106 \ 'cterm': {'italic': v:true}, 'gui': {'standout': v:true}}],
1110 \ 'gui': {'standout': v:true}}], hlget('myhlg1'))
1123 \ 'standout': v:true, 'nocombine': v:true}
1126standout,underline,undercurl,italic,reverse,nocombine,strikethrough cterm=bold,standout,underline,…
H A Dtest_syn_attr.vim14 hi Mine term=underline cterm=standout gui=undercurl
16 call assert_equal('1', synIDattr(hlID("Mine"), "standout", 'cterm'))
26 call assert_equal('', synIDattr(hlID("Mine"), "standout", 'cterm'))
/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt49 :set t_se=^[[1;36;40m " standout end
50 :set t_so=^[[1;32;45m " standout mode
H A Dos_dos.txt149 :set t_so=^V^[\|xxm start of standout mode
195 t_so 31 standout mode: White (15) text on DarkBlue (16)
196 t_se 0 standout mode end (revert to default)
212 :set t_so=^V^[\|37m " start of standout mode: DarkMagenta (5) on DarkGreen
H A Dos_amiga.txt45 t_so (for standout mode)
H A Dterm.txt332 t_ms if non-empty, cursor can be moved in standout/inverse mode
338 t_se standout end *t_se* *'t_se'*
339 t_so standout mode *t_so* *'t_so'*
352 t_xs if non-empty, standout not erased by overwriting (hpterm)
527 If your terminal supports both inversion and standout mode, you can see two
H A Dversion4.txt232 t_so t_so shift out (standout) mode
H A Dpattern.txt279 method 'w' is used for this message (default: standout).
H A Dsyntax.txt4928 *inverse* *italic* *standout*
4940 standout
/vim-8.2.3635/src/
H A Dos_win32.c175 static void standout(void);
6116 standout(void) in standout() function
6690 standout(); in mch_write()

12