| /vim-8.2.3635/src/testdir/samples/ |
| H A D | re.freeze.txt | 5 …color=#ff0000><b>5</b></font></font></td><td style="border-bottom windowtext 0.5pt solid; border-l…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 24 let color = "" variable 61 " now get color, first try 'c' key if any (color visual) 63 if color == s 66 if color == s 69 if color == s 72 if color == s 73 let color = "" variable 81 let color = substitute(color, '\(\x\x\)\x\x', '\1', 'g') variable 83 let color = substitute(color, '\(\x\x\)\x', '\1', 'g') variable 109 " if no color or color = "None" show background [all …]
|
| H A D | xpm2.vim | 28 let color = "" variable 68 " now get color, first try 'c' key if any (color visual) 70 if color == s 73 if color == s 76 if color == s 80 let color = "" variable 88 let color = substitute(color, '\(\x\x\)\x\x', '\1', 'g') variable 90 let color = substitute(color, '\(\x\x\)\x', '\1', 'g') variable 120 " if no color or color = "None" show background 121 if color == "" || substitute(color, '.*', '\L&', '') == 'none' [all …]
|
| H A D | dircolors.vim | 85 function! s:get_hi_str(color, place) abort argument 86 if a:color >= 0 && a:color <= 255 99 if _five != '5' || color == '' 102 return str2nr(color) 133 " ANSI SGR foreground color 136 " ANSI SGR background color 139 " ANSI SGR+8 foreground color (xterm 16-color support) 142 " ANSI SGR+8 background color (xterm 16-color support) 146 let color = s:get_256color(colors) 147 if color == -1 [all …]
|
| H A D | pine.vim | 21 syn keyword pineConfig color-style 79 syn keyword pineConfig keyname-background-color 97 syn keyword pineConfig normal-background-color 98 syn keyword pineConfig normal-foreground-color 118 syn keyword pineConfig prompt-background-color 119 syn keyword pineConfig prompt-foreground-color 122 syn keyword pineConfig quote1-background-color 123 syn keyword pineConfig quote1-foreground-color 169 syn keyword pineConfig title-background-color 170 syn keyword pineConfig title-foreground-color [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_06.txt | 65 setenv TERM xterm-color 69 TERM=xterm-color; export TERM 72 still doesn't work, have a look at |xterm-color|, which shows a few 159 2. Edit the color scheme file. These entries are useful: 162 cterm attributes in a color terminal 163 ctermfg foreground color in a color terminal 164 ctermbg background color in a color terminal 166 guifg foreground color in the GUI 167 guibg background color in the GUI 199 that color prior to loading your color scheme. For example, in a |.vimrc| [all …]
|
| H A D | gui_x11.txt | 48 color. 163 -background {color} Use {color} for the background *-background* 164 -bg {color} idem *-bg* 165 -foreground {color} Use {color} for normal text *-foreground* 166 -fg {color} idem *-fg* 325 -fg -foreground {color} foreground color 326 -bg -background {color} background color 388 color: #000000; 399 color: #2e3436; 488 color: #f3f3f3; [all …]
|
| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.cpp | 398 COLORREF color; member 541 pDWC_->SolidBrush(context->color), in IFACEMETHOD() 997 UINT32(GetGValue(color)) << 8 | UINT32(GetBValue(color)))); in SolidBrush() 1061 SolidBrush(color)); in FillRect() 1085 SolidBrush(color)); in DrawLine() 1096 ::SetPixel(mInteropHDC, x, y, color); in SetPixel() 1105 SolidBrush(color)); in SetPixel() 1279 COLORREF color, in DWriteContext_DrawText() argument 1293 ctx->FillRect(rc, color); in DWriteContext_FillRect() 1298 COLORREF color) in DWriteContext_DrawLine() argument [all …]
|
| H A D | highlight.c | 554 if (color < 0) in lookup_color() 571 if (color & 8) in lookup_color() 602 color = 231; in lookup_color() 605 return color; in lookup_color() 938 if (color >= 0) in highlight_set_ctermbg() 945 dark = (color == 0 || color == 4); in highlight_set_ctermbg() 948 dark = (color < 7 || color == 8); in highlight_set_ctermbg() 1007 int color; in highlight_set_cterm_color() local 2357 guicolor_T color; in gui_get_color_cmn() member 2398 return color; in gui_get_color_cmn() [all …]
|
| H A D | gui_dwrite.h | 69 COLORREF color, 73 void DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color); 75 COLORREF color); 76 void DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color);
|
| H A D | gui_beval.c | 791 GdkRGBA color = { 0.0, 0.0, 0.0, 1.0 }; in set_printable_label_text() local 796 GdkColor color = { 0, 0, 0, 0 }; in set_printable_label_text() local 806 color.green = ((pixel & 0xff00) >> 8) / 255.0; in set_printable_label_text() 807 color.blue = (pixel & 0xff) / 255.0; in set_printable_label_text() 808 color.alpha = 1.0; in set_printable_label_text() 812 (unsigned long)pixel, &color); in set_printable_label_text() 860 DOUBLE2UINT16(color.red), in set_printable_label_text() 861 DOUBLE2UINT16(color.green), in set_printable_label_text() 862 DOUBLE2UINT16(color.blue)); in set_printable_label_text() 865 DOUBLE2UINT16(color.alpha)); in set_printable_label_text() [all …]
|
| H A D | gui_xim.c | 236 GdkRGBA color; in im_preedit_window_open() local 239 GdkColor color; in im_preedit_window_open() local 307 gdk_rgba_parse(&color, buf); in im_preedit_window_open() 311 gdk_rgba_parse(&color, buf); in im_preedit_window_open() 313 &color); in im_preedit_window_open() 318 gdk_color_parse(buf, &color); in im_preedit_window_open() 319 gtk_widget_modify_fg(preedit_label, GTK_STATE_NORMAL, &color); in im_preedit_window_open() 322 gdk_color_parse(buf, &color); in im_preedit_window_open() 323 gtk_widget_modify_bg(preedit_window, GTK_STATE_NORMAL, &color); in im_preedit_window_open() 743 const PangoColor *color = &((PangoAttrColor *)attr)->color; in translate_pango_attributes() local [all …]
|
| H A D | gui_xmebw.c | 313 static XpmColorSymbol color[8] = { in set_pixmap() local 367 color[0].pixel = eb->core.background_pixel; in set_pixmap() 368 color[1].pixel = eb->core.background_pixel; in set_pixmap() 370 color[3].pixel = eb->primitive.foreground; in set_pixmap() 374 color[7].pixel = eb->pushbutton.arm_color; in set_pixmap() 379 attr.colorsymbols = color; in set_pixmap() 380 attr.numsymbols = XtNumber(color); in set_pixmap() 419 attr.colorsymbols = color; in set_pixmap() 420 attr.numsymbols = XtNumber(color); in set_pixmap() 457 attr.colorsymbols = color; in set_pixmap() [all …]
|
| H A D | gui_gtk_x11.c | 2533 color.red, in create_blank_pointer() 2534 color.green, in create_blank_pointer() 2535 color.blue, in create_blank_pointer() 2536 color.alpha); in create_blank_pointer() 2551 &color, &color, 0, 0); in create_blank_pointer() 5107 return color; in gui_mch_get_color() 5113 return color; in gui_mch_get_color() 5120 (color & 0xff00) >> 8, in gui_mch_get_color() 5121 color & 0xff); in gui_mch_get_color() 6369 GdkColor color; in gui_mch_clear_block() local [all …]
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 1 README.txt for color scheme files 7 Hints for writing a color scheme file: 9 There are two basic ways to define a color scheme: 11 1. Define a new Normal color and set the 'background' option accordingly. 17 2. Use the default Normal color and automatically adjust to the value of 36 removed in your color scheme. Use something like "gui=NONE" to remove the 60 " change the color of statements 68 terminal. Use the color names instead. See ":help cterm-colors". 70 The default color settings can be found in the source file src/highlight.c. 78 - Does it work in a color terminal as well as in the GUI? [all …]
|
| H A D | industry.vim | 1 " Vim color file 4 " Remark: "industry" stands for 'industrial' color scheme. In industrial 5 " HMI (Human-Machine-Interface) programming, using a standard color 15 " Industrial color scheme is by nature clear, safe and productive. 30 " Syntax highlighting (other color-groups using default, see :help group-name):
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | html.ok | 8 div#d1 { color: red; } 9 div#d2 { color: green; } 57 div#d1 { color: red; } 58 div#d2 { color: green; }
|
| H A D | html.in | 8 div#d1 { color: red; } 9 div#d2 { color: green; } 57 div#d1 { color: red; } 58 div#d2 { color: green; }
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …color background-image background-origin background-position background-repeat background-size blo… 151 elseif prop == 'background-color' 181 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-color' 187 elseif prop == 'border-color' 213 elseif prop == 'color' 221 elseif prop == 'column-rule-color' 359 …darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclus… 368 elseif prop == 'outline-color' 470 elseif prop == 'text-decoration-color' 476 elseif prop == 'text-emphasis-color' [all …]
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_x11.pro | 29 void gui_mch_set_fg_color(guicolor_T color); 30 void gui_mch_set_bg_color(guicolor_T color); 31 void gui_mch_set_sp_color(guicolor_T color); 40 void gui_mch_draw_hollow_cursor(guicolor_T color); 41 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color);
|
| H A D | gui_gtk_x11.pro | 42 void gui_mch_set_fg_color(guicolor_T color); 43 void gui_mch_set_bg_color(guicolor_T color); 44 void gui_mch_set_sp_color(guicolor_T color); 55 void gui_mch_draw_hollow_cursor(guicolor_T color); 56 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color);
|
| H A D | gui_photon.pro | 34 void gui_mch_set_fg_color(guicolor_T color); 35 void gui_mch_set_bg_color(guicolor_T color); 36 void gui_mch_set_sp_color(guicolor_T color); 43 void gui_mch_draw_hollow_cursor(guicolor_T color); 44 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color);
|
| H A D | gui_haiku.pro | 11 void gui_mch_set_bg_color(guicolor_T color); 12 void gui_mch_set_fg_color(guicolor_T color); 13 void gui_mch_set_sp_color(guicolor_T color); 54 void gui_mch_draw_hollow_cursor(guicolor_T color); 55 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color);
|
| H A D | gui_w32.pro | 29 void gui_mch_draw_hollow_cursor(guicolor_T color); 30 void gui_mch_draw_part_cursor(int w, int h, guicolor_T color); 71 void gui_mch_set_fg_color(guicolor_T color); 72 void gui_mch_set_bg_color(guicolor_T color); 73 void gui_mch_set_sp_color(guicolor_T color);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_highlight.vim | 118 " bg-color 123 " ^^^^ bg-color of 'CursorLine' 125 " ^^^^^ bg-color of 'CursorLine' 193 " bg-color 248 " bg-color 301 " bg-color 343 " bg-color 399 " bg-color 461 " bg-color 970 " Load default color scheme to trigger default color list loading. [all …]
|