| /vim-8.2.3635/runtime/ |
| H A D | rgb.txt | 33 240 248 255 alice blue 75 0 0 128 navy blue 81 106 90 205 slate blue 87 0 0 205 medium blue 89 65 105 225 royal blue 91 0 0 255 blue 92 30 144 255 dodger blue 96 135 206 235 sky blue 100 70 130 180 steel blue 104 173 216 230 light blue [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syn_attr.vim | 307 \ 'alice blue', 327 \ 'blue violet', 328 \ 'blue', 343 \ 'cadet blue', 370 \ 'dark blue', 652 \ 'light blue', 703 \ 'navy blue', 747 \ 'royal blue', 767 \ 'sky blue', 768 \ 'slate blue', [all …]
|
| H A D | test_textobjects.vim | 33 call CpoM('(red \(blue) green)', 0, ['red \(blue', 'red \(blue', '']) 37 call CpoM('(red \(blue) green)', 1, ['red \(blue) green', 'blue', 'red \(blue) green']) 41 call CpoM('(red (blue\) green)', 1, ['red (blue\) green', 'blue\', 'red (blue\) green']) 520 call setline(1, 'color "red" color "blue"') 523 call assert_equal('"red" color "blue', @") 526 call setline(1, 'color "red" color blue') 532 call setline(1, 'color "red" color "blue')
|
| H A D | test_expand.vim | 85 let $FOO="blue\tsky" 87 call assert_equal("grep pat blue\tsky", expandcmd('grep pat <cfile>')) 90 let $FOO= "blue" 91 call assert_equal("blue sky", expandcmd("`=$FOO .. ' sky'`"))
|
| H A D | test_exists.vim | 145 let local_list = ["blue", "orange"] 179 let g:global_list = ["blue", "orange"] 205 let w:window_list = ["blue", "orange"] 231 let t:tab_list = ["blue", "orange"] 257 let b:buffer_list = ["blue", "orange"] 288 let s:script_list = ["blue", "orange"]
|
| H A D | test_terminal3.vim | 98 \ "highlight Terminal ctermfg=blue ctermbg=yellow", 118 \ "highlight Terminal ctermfg=blue ctermbg=yellow", 144 \ 'highlight MyWinCol2 ctermfg=black ctermbg=blue', 170 \ "highlight Terminal ctermfg=blue", 387 \ "highlight Terminal ctermfg=blue ctermbg=yellow", 413 \ "highlight Terminal ctermfg=blue ctermbg=yellow", 429 \ "highlight Terminal ctermfg=blue", 671 red green yellow red blue 764 call assert_equal("red bright blue", readfile('Xbuf')[0][-15:]) 824 red green yellow red blue
|
| H A D | test_termcodes.vim | 249 call setreg('r', 'red blue', 'l') 252 call assert_equal(' red blue', getline(1), msg) 255 call assert_equal(' red blue', getline(3), msg) 1545 let blue = 0x56 1553 let blue = 0xbc 1554 let seq = printf("\<Esc>]10;rgb:%02x/%02x/%02x\x07", red, green, blue) 1563 let blue = 0x6b 1574 let blue = 0x65 1585 let blue = 0x5b 1586 let seq = printf("\<Esc>]11;rgb:%02x/%02x/%02x\x07", red, green, blue) [all …]
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | blue.vim | 14 let g:colors_name = "blue" 41 hi StatusLineNC gui=NONE guifg=black guibg=blue ctermfg=black ctermbg=blue 42 hi StatusLine gui=bold guifg=cyan guibg=blue ctermfg=cyan ctermbg=blue 43 hi VertSplit gui=none guifg=blue guibg=blue ctermfg=blue ctermbg=blue 49 hi DiffAdd guibg=slateblue guifg=black ctermbg=blue ctermfg=black
|
| H A D | delek.vim | 37 hi StatusLine cterm=bold ctermbg=blue ctermfg=yellow guibg=gold guifg=blue 38 hi StatusLineNC cterm=bold ctermbg=blue ctermfg=black guibg=gold guifg=blue 52 hi Statement cterm=bold ctermfg=Blue gui=bold guifg=blue 53 hi Type cterm=NONE ctermfg=Blue gui=bold guifg=blue
|
| H A D | koehler.vim | 25 hi StatusLine term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gui=bold guifg=blue g… 26 hi StatusLineNC term=reverse ctermfg=white ctermbg=lightblue guifg=white guibg=blue 42 hi MatchParen term=reverse ctermfg=blue guibg=Blue 43 hi TabLine term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gui=bold guifg=blue gui… 44 hi TabLineFill term=bold,reverse cterm=bold ctermfg=lightblue ctermbg=white gui=bold guifg=blue … 45 hi TabLineSel term=reverse ctermfg=white ctermbg=lightblue guifg=white guibg=blue
|
| H A D | darkblue.vim | 35 hi StatusLine guifg=blue guibg=darkgray gui=none ctermfg=blue ctermbg=gray term=none cterm=none 45 hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan 65 hi PmenuSbar guifg=blue guibg=darkgray
|
| H A D | torte.vim | 16 " GUI Comment : #80a0ff = Light blue 25 highlight StatusLine guifg=blue guibg=white 36 highlight StatusLine ctermfg=blue ctermbg=white
|
| H A D | slate.vim | 21 :hi NonText guifg=RoyalBlue guibg=grey15 cterm=bold ctermfg=blue 23 :hi Search guibg=peru guifg=wheat cterm=none ctermfg=grey ctermbg=blue
|
| /vim-8.2.3635/runtime/colors/lists/ |
| H A D | default.vim | 46 \ 'alice blue': '#f0f8ff', 88 \ 'navy blue': '#000080', 94 \ 'slate blue': '#6a5acd', 100 \ 'medium blue': '#0000cd', 102 \ 'royal blue': '#4169e1', 104 \ 'blue': '#0000ff', 105 \ 'dodger blue': '#1e90ff', 109 \ 'sky blue': '#87ceeb', 113 \ 'steel blue': '#4682b4', 117 \ 'light blue': '#add8e6', [all …]
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | pen.c | 10 uint8_t red, green, blue; member 49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi() 211 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue) in vterm_color_rgb() argument 216 col->blue = blue; in vterm_color_rgb() 239 && (a->blue == b->blue); in vterm_color_is_equal() 505 args[argi++] = col->blue; in vterm_state_getpen_color()
|
| H A D | state.c | 1640 int blue = state->default_fg.blue; in on_osc() local 1642 …rl(state->vt, C1_OSC, "10;rgb:%02x%02x/%02x%02x/%02x%02x\x07", red, red, green, green, blue, blue); in on_osc() 1650 int blue = state->default_bg.blue; in on_osc() local 1652 …rl(state->vt, C1_OSC, "11;rgb:%02x%02x/%02x%02x/%02x%02x\x07", red, red, green, green, blue, blue); in on_osc()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_amiga.txt | 56 33 blue char 43 blue cell >3 blue background 3 italic 60 37 blue char 47 blue cell >7 blue background 64 example to get white text on a blue background: >
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lss.vim | 32 syn keyword lssBlueFg blue contained 51 syn keyword lssBlueBg blue contained 80 hi def lssBlueFg ctermfg=blue 92 hi def lssBrightblueFg ctermfg=blue cterm=bold 106 hi def lssBlueBg ctermbg=blue
|
| H A D | tap.vim | 76 hi tapTestTime term=bold ctermfg=blue guifg=Blue 79 hi tapTestThreeStars term=reverse ctermfg=blue guifg=Blue 91 hi tapTestResultsSummaryHeading ctermbg=blue ctermfg=white
|
| H A D | grub.vim | 50 syn keyword grubBlue blue 57 syn match grubLightBlue display 'light-blue'
|
| /vim-8.2.3635/src/ |
| H A D | terminal.c | 1712 && a->fg.blue == b->fg.blue in equal_celattr() 1715 && a->bg.blue == b->bg.blue; in equal_celattr() 2750 int blue = color->blue; in color2index() local 2812 if (blue < cutoff[bi]) in color2index() 4073 fg->red = fg->blue; in init_default_colors() 4074 fg->blue = tmp; in init_default_colors() 4092 fg->red = fg->blue; in init_default_colors() 4093 fg->blue = tmp; in init_default_colors() 5119 blue = (blue << 4) + hex2nr(c); in read_dump_file() 5149 cell.bg.blue = blue; in read_dump_file() [all …]
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.el.cp737 | 225 3) Violets are blue, 297 b) Violets are blue,
|
| H A D | tutor.el.utf-8 | 225 3) Violets are blue, 297 b) Violets are blue,
|
| H A D | tutor.zh_tw.utf-8 | 234 3) Violets are blue, 304 b) Violets are blue,
|
| H A D | tutor.zh.utf-8 | 234 3) Violets are blue, 304 b) Violets are blue,
|