Skip to content

Instantly share code, notes, and snippets.

@francogonzaga
Last active August 24, 2016 08:51
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save francogonzaga/5509523 to your computer and use it in GitHub Desktop.
Lucius color scheme for vifm
" lucius-vifm
" Color scheme for vifm (http://vifm.sourceforge.net/)
" Save this file as ~/.vifm/colors/lucius-vifm
" In your ~/.vifm/vifmrc, make sure you have the following line:
" color lucius-vifm
"
" This color scheme is loosely based on the lucius color scheme for vim
highlight Win cterm=none ctermfg=250 ctermbg=236
highlight Directory cterm=bold ctermfg=4 ctermbg=236
highlight Link cterm=bold ctermfg=yellow ctermbg=236
highlight BrokenLink cterm=bold ctermfg=red ctermbg=none
highlight Socket cterm=bold ctermfg=magenta ctermbg=black
highlight Device cterm=bold ctermfg=red ctermbg=black
highlight Fifo cterm=bold ctermfg=cyan ctermbg=none
highlight Executable cterm=bold ctermfg=112 ctermbg=236
highlight Selected cterm=none ctermfg=236 ctermbg=208
highlight CurrLine cterm=bold ctermfg=251 ctermbg=240
highlight TopLine cterm=none ctermfg=black ctermbg=240
highlight TopLineSel cterm=none ctermfg=250 ctermbg=12
highlight StatusLine cterm=bold ctermfg=255 ctermbg=12
highlight WildMenu cterm=underline,reverse ctermfg=white ctermbg=black
highlight CmdLine cterm=none ctermfg=white ctermbg=240
highlight ErrorMsg cterm=none ctermfg=250 ctermbg=124
highlight Border cterm=none ctermfg=236 ctermbg=236
@jubalh
Copy link

jubalh commented Aug 24, 2016

@francogonzaga do you agree that i add this to the vifm-colors repo? (already did so locally)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment