Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 96) sorted by relevance

1234

/vim-8.2.3635/src/libvterm/t/
H A D30state_pen.test13 ?pen foreground = rgb(240,240,240,is_default_fg)
78 ?pen foreground = idx(1)
80 ?pen foreground = idx(2)
82 ?pen foreground = idx(4)
84 ?pen foreground = idx(9)
86 ?pen foreground = rgb(10,20,30)
88 ?pen foreground = idx(1)
90 ?pen foreground = rgb(240,240,240,is_default_fg)
111 ?pen foreground = idx(15)
114 ?pen foreground = idx(15)
H A Dharness.c354 VTermColor foreground; member
385 state_pen.foreground = val->color; in state_setpenattr()
859 print_color(&state_pen.foreground); in main()
/vim-8.2.3635/runtime/syntax/
H A Dpine.vim68 syn keyword pineConfig index-new-foreground-color
78 syn keyword pineConfig keylabel-foreground-color
80 syn keyword pineConfig keyname-foreground-color
98 syn keyword pineConfig normal-foreground-color
119 syn keyword pineConfig prompt-foreground-color
123 syn keyword pineConfig quote1-foreground-color
125 syn keyword pineConfig quote2-foreground-color
127 syn keyword pineConfig quote3-foreground-color
135 syn keyword pineConfig reverse-foreground-color
156 syn keyword pineConfig status-foreground-color
[all …]
H A Ddircolors.vim133 " ANSI SGR foreground color
139 " ANSI SGR+8 foreground color (xterm 16-color support)
H A Dtcl.vim60 syn keyword tcltkWidgetSwitch contained foreground insertofftime selectbackground yscrollcommand
99 syn keyword tcltkWidgetSwitch contained font foreground hidemargin image indicatoron label menu off…
H A Dtmux.vim58 " Make the foreground of colourXXX keywords match the color they represent
H A Dmrxvtrc.vim110 \ background foreground
/vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/
H A Deditexisting.vim10 " this file. If there is one then bring it to the foreground and exit.
12 " other Vim and bring it to the foreground. Requires Vim 7, because it
16 " it to the foreground.
39 " Yes, bring it to the foreground.
43 call remote_expr(servername, "foreground()")
/vim-8.2.3635/src/
H A Dgui_at_sb.c109 Offset(scrollbar.foreground), XtRString, XtDefaultForeground},
491 gcValues.foreground = sbw->scrollbar.foreground; in CreateGC()
585 if (sbw->scrollbar.foreground != dsbw->scrollbar.foreground || in SetValues()
1086 myXGCV.foreground = sbw->scrollbar.top_shadow_pixel; in AllocTopShadowGC()
1098 myXGCV.foreground = sbw->scrollbar.bot_shadow_pixel; in AllocBotShadowGC()
H A Dgui_at_sb.h102 Pixel foreground; // thumb foreground color member
H A Dgui_x11.c1322 gc_vals.foreground = gui.norm_pixel; in gui_mch_init()
1326 gc_vals.foreground = gui.back_pixel; in gui_mch_init()
1331 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_init()
1508 gc_vals.foreground = gui.norm_pixel; in gui_mch_new_colors()
1513 gc_vals.foreground = gui.back_pixel; in gui_mch_new_colors()
1519 gc_vals.foreground = gui.norm_pixel ^ gui.back_pixel; in gui_mch_new_colors()
H A Dgui_xmebw.c361 &eb->primitive.foreground, in set_pixmap()
370 color[3].pixel = eb->primitive.foreground; in set_pixmap()
688 && eb->pushbutton.arm_color == eb->primitive.foreground) in draw_label()
1151 if (NOT_EQUAL(primitive.foreground)) in SetValues()
H A Dgui_athena.c395 gc_values.foreground = 1; in gui_athena_create_pullright_pixmap()
400 gc_values.foreground = 0; in gui_athena_create_pullright_pixmap()
535 gcvalues.foreground = color[BACKGROUND].pixel; in createXpmImages()
H A Dgui_at_fs.c1093 gcValues.foreground = SFfore; in SFcreateGC()
1106 gcValues.foreground = SFfore ^ SFback; in SFcreateGC()
1114 gcValues.foreground = SFfore; in SFcreateGC()
/vim-8.2.3635/runtime/doc/
H A Dgui_x11.txt38 The "-f" option runs Vim in the foreground.
47 ":gui -f". Don't use "vim -fg", because "-fg" specifies the foreground
50 When using "vim -f" and then ":gui", Vim will run in the foreground. The
61 If you want the GUI to run in the foreground always, include the 'f'
75 foreground Color of normal text.
80 tooltipForeground Color of tooltip and balloon foreground.
129 Vim.foreground: Black
165 -foreground {color} Use {color} for normal text *-foreground*
325 -fg -foreground {color} foreground color
H A Dremote.txt124 Win32 Note: Making the Vim server go to the foreground doesn't always work,
126 foreground when using the --remote or --remote-wait argument and the server
H A Dusr_31.txt222 The "-f" stands for foreground. Now Vim will block the shell it was started
236 the GUI in the foreground. You can also use ":gui -f".
H A Dusr_06.txt163 ctermfg foreground color in a color terminal
166 guifg foreground color in the GUI
H A Dif_ole.txt93 SetForeground() Make the Vim window come to the foreground
/vim-8.2.3635/src/testdir/
H A Dtest_gui_init.vim21 " Start the GUI now, in the foreground.
H A Dtest_startup.vim462 " Test the -background and -foreground arguments (for GUI only).
467 " Is there a better way to check the effect of -background & -foreground
473 if RunVim([], after, '-f -g -background darkred -foreground yellow')
477 if RunVim([], after, '-f -g -background ivory -foreground darkgreen')
/vim-8.2.3635/src/proto/
H A Dhighlight.pro7 int lookup_color(int idx, int foreground, int *boldp);
/vim-8.2.3635/src/po/
H A Dlv.po191 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)"
192 msgstr "-foreground <krāsa>\tLietot <krāsa> normālam tekstam (arī: -fg)"
H A Den_GB.po449 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)"
450 msgstr "-foreground <colour>\tUse <colour> for normal text (also: -fg)"
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim99 let groups[group] = 'Missing foreground or background color for ' .. group

1234