Searched +refs:term +refs:default +refs:fg +refs:color (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/vim-55/runtime/colors/
H A Dpeachpuff.vim1 " Vim color file
6 " This color scheme uses a peachpuff background (what you've expected when it's
9 " Note: Only GUI colors differ from default, on terminal it's just `light'.
22 hi SpecialKey term=bold ctermfg=4 guifg=Blue
23 hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=Blue
24 hi Directory term=bold ctermfg=4 guifg=Blue
25 hi ErrorMsg term=standout cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red
26 hi IncSearch term=reverse cterm=reverse gui=reverse
27 hi Search term=reverse ctermbg=3 guibg=Gold2
28 hi MoreMsg term
[all...]
H A Dshine.vim1 " Vim color file
6 " This color scheme uses a light background.
19 " Groups used in the 'highlight' and 'guicursor' options default value.
20 hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
21 hi IncSearch term=reverse cterm=reverse gui=reverse
22 hi ModeMsg term=bold cterm=bold gui=bold
23 hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold
24 hi StatusLineNC term=reverse cterm=reverse gui=reverse
25 hi VertSplit term=reverse cterm=reverse gui=reverse
26 hi Visual term
[all...]
H A Ddarkblue.vim1 " Vim color file
7 " but is fine on default linux console palette.]
19 hi Visual guifg=#8080ff guibg=fg gui=reverse ctermfg=lightblue ctermbg=fg cterm=reverse
20 hi VisualNOS guifg=#8080ff guibg=fg gui=reverse,underline ctermfg=lightblue ctermbg=fg cterm=reverse,underline
22 hi Search guifg=#90fff0 guibg=#2050d0 ctermfg=white ctermbg=darkblue cterm=underline term=underline
29 hi WildMenu guifg=yellow guibg=black ctermfg=yellow ctermbg=black cterm=none term=none
35 hi StatusLine guifg=blue guibg=darkgray gui=none ctermfg=blue ctermbg=gray term=none cterm=none
36 hi StatusLineNC guifg=black guibg=darkgray gui=none ctermfg=black ctermbg=gray term
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcsh.vim44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
100 \ redisplay run-fg-editor run-help self-insert-command
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el186 This is an alist, cars are symbols for lookup, 1st element is the default key,
272 (defcustom org-show-hierarchy-above '((default . t))
288 default default for all contexts not set explicitly"
304 (const default))
307 (defcustom org-show-following-heading '((default . t))
332 (const default))
335 (defcustom org-show-siblings '((default . nil) (isearch t))
342 By default this is on for the isearch context, off for all other contexts.
363 (const default))
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dldefs-boot.el212 If FILE-NAME is nil, use the value of `change-log-default-name'.
213 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
216 If `change-log-default-name' contains a leading directory component, then
220 Once a file is found, `change-log-default-name' is set locally in the
232 If nil, use the value of `change-log-default-name'.
308 Fix any old-style date entries in the current log file to default format.
316 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
333 (defvar ad-default-compilation-action (quote maybe) "\
342 (custom-autoload (quote ad-default-compilation-action) "advice" t)
379 on the value of `ad-default
[all...]

Completed in 106 milliseconds