Skip to content

Instantly share code, notes, and snippets.

@lmintmate
Created May 14, 2018 12:52
Show Gist options
  • Save lmintmate/729a77bf6ff754ce17a90272cd1a4903 to your computer and use it in GitHub Desktop.
Save lmintmate/729a77bf6ff754ce17a90272cd1a4903 to your computer and use it in GitHub Desktop.
Adaptation of blue-mood theme for vifm - WIP
" Blue Mood
" some colors are pending
highlight clear
highlight Win cterm=none ctermfg=194 ctermbg=25
highlight Directory cterm=bold ctermfg=45 ctermbg=default
highlight Link cterm=bold ctermfg=239 ctermbg=default
highlight BrokenLink cterm=bold ctermfg=red ctermbg=default
highlight Socket cterm=bold ctermfg=24 ctermbg=default
highlight Device cterm=bold ctermfg=31 ctermbg=default
highlight Fifo cterm=bold ctermfg=31 ctermbg=default
highlight Executable cterm=bold ctermfg=118 ctermbg=default
highlight Selected cterm=bold ctermfg=magenta ctermbg=default
highlight CurrLine cterm=bold ctermfg=226 ctermbg=196
highlight TopLine cterm=none ctermfg=232 ctermbg=250
highlight TopLineSel cterm=bold ctermfg=232 ctermbg=250
highlight StatusLine cterm=none ctermfg=232 ctermbg=250
highlight WildMenu cterm=bold ctermfg=196 ctermbg=226
highlight CmdLine cterm=none ctermfg=194 ctermbg=25
highlight ErrorMsg cterm=none ctermfg=7 ctermbg=1
highlight Border cterm=none ctermfg=194 ctermbg=25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment