| /vim-8.2.3635/runtime/colors/ |
| H A D | peachpuff.vim | 25 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 D | morning.vim | 19 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 D | evening.vim | 19 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 D | shine.vim | 20 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 D | murphy.vim | 25 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 D | koehler.vim | 19 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 D | elflord.vim | 26 hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
|
| H A D | zellner.vim | 26 hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lss.vim | 26 syn keyword lssStandout standout contained 77 hi def lssStandout term=standout cterm=standout
|
| H A D | aspvbs.vim | 30 hi def AspVBSVariableSimple term=standout ctermfg=3 guifg=#99ee99 31 hi def AspVBSVariableComplex term=standout ctermfg=3 guifg=#ee9900
|
| H A D | syncolor.vim | 57 SynColor Todo term=standout cterm=NONE ctermfg=Black ctermbg=Yellow gui=NONE guifg=Blue guibg=Yell…
|
| H A D | csdl.vim | 82 syn match csdlTarget 'links\.meta\.standout'
|
| H A D | neomuttrc.vim | 368 syntax keyword muttrcMonoAttrib contained bold none normal reverse standout underline
|
| H A D | muttrc.vim | 667 syn keyword muttrcMonoAttrib contained bold none normal reverse standout underline
|
| H A D | vim.vim | 604 syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_highlight.vim | 838 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} 1126 …standout,underline,undercurl,italic,reverse,nocombine,strikethrough cterm=bold,standout,underline,…
|
| H A D | test_syn_attr.vim | 14 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 D | os_unix.txt | 49 :set t_se=^[[1;36;40m " standout end 50 :set t_so=^[[1;32;45m " standout mode
|
| H A D | os_dos.txt | 149 :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 D | os_amiga.txt | 45 t_so (for standout mode)
|
| H A D | term.txt | 332 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 D | version4.txt | 232 t_so t_so shift out (standout) mode
|
| H A D | pattern.txt | 279 method 'w' is used for this message (default: standout).
|
| H A D | syntax.txt | 4928 *inverse* *italic* *standout* 4940 standout
|
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 175 static void standout(void); 6116 standout(void) in standout() function 6690 standout(); in mch_write()
|