diff options
| author | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 22:59:26 +0800 | 
|---|---|---|
| committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 22:59:26 +0800 | 
| commit | 25b947edf445a96db335fe285a8b253b214649ff (patch) | |
| tree | 3f785cdbef303c71111debd067c95a62ea456587 /.vifm/colors/alycolors | |
| parent | 0ed3373f1c2d47aba769aa67439e05350c2792e9 (diff) | |
| download | dotfiles-25b947edf445a96db335fe285a8b253b214649ff.tar.bz2 | |
Rename .* => _*; Move out private contents.
Diffstat (limited to '.vifm/colors/alycolors')
| -rw-r--r-- | .vifm/colors/alycolors | 60 | 
1 files changed, 0 insertions, 60 deletions
diff --git a/.vifm/colors/alycolors b/.vifm/colors/alycolors deleted file mode 100644 index ddaacd6..0000000 --- a/.vifm/colors/alycolors +++ /dev/null @@ -1,60 +0,0 @@ -"" -"" vifm colorscheme -"" based on 'Default' & 'istib-solarized-dark' & 'juef-zenburn' -""  -"" Weitian LI <liweitianux@gmail.com> -"" 2014/05/12 -"" - - -"" The standard ncurses colors are: -" Default = -1 = None (can be used for transparency or default color) -" Black = 0 -" Red = 1 -" Green = 2 -" Yellow = 3 -" Blue = 4 -" Magenta = 5 -" Cyan = 6 -" White = 7 - -"" Available style values (some of them can be combined): -" bold -" underline -" reverse/inverse -" standout -" none - -"" Vifm supports 256 colors you can use color numbers 0-255 -" (requires properly set up terminal: set your TERM environment variable -" (directly or using resources) to some color terminal name (e.g. -" xterm-256color) from /usr/lib/terminfo/; you can check current number -" of colors in your terminal with tput colors command) - -"" Syntax: -" highlight group cterm=style ctermfg=fg_color ctermbg=bg_color - - -highlight Win        cterm=none         ctermfg=default ctermbg=none - -highlight TopLine    cterm=none         ctermfg=yellow  ctermbg=none -highlight TopLineSel cterm=bold         ctermfg=magenta ctermbg=none -highlight StatusLine cterm=bold         ctermfg=yellow  ctermbg=none -highlight Border     cterm=none         ctermfg=default ctermbg=none - -highlight Selected   cterm=bold         ctermfg=magenta ctermbg=black -highlight CurrLine   cterm=bold         ctermfg=yellow  ctermbg=blue - -highlight WildMenu   cterm=bold,reverse ctermfg=yellow  ctermbg=black -highlight CmdLine    cterm=none         ctermfg=white   ctermbg=black -highlight ErrorMsg   cterm=bold         ctermfg=magenta ctermbg=black - -highlight Directory  cterm=bold         ctermfg=blue    ctermbg=default -highlight Executable cterm=bold         ctermfg=green   ctermbg=default -highlight Link       cterm=bold         ctermfg=cyan    ctermbg=default -highlight BrokenLink cterm=bold         ctermfg=yellow  ctermbg=red -highlight Device     cterm=bold         ctermfg=yellow  ctermbg=default -highlight Socket     cterm=bold         ctermfg=magenta ctermbg=default -highlight Fifo       cterm=none         ctermfg=red     ctermbg=default - -" vim: set ts=8 sw=4 tw=78 fenc=utf-8 ft=vifm: "  | 
