feat(vifm): add a colorscheme
This commit is contained in:
parent
3850e19416
commit
be395b67c4
2 changed files with 47 additions and 1 deletions
46
vifm/.config/vifm/colors/solarized.vifm
Normal file
46
vifm/.config/vifm/colors/solarized.vifm
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
" VIFM COLORS
|
||||||
|
" solarized dark
|
||||||
|
" based on: https://github.com/istib/dotfiles/blob/master/vifm/vifm-colors
|
||||||
|
|
||||||
|
" 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
|
||||||
|
|
||||||
|
" STYLES
|
||||||
|
" bold
|
||||||
|
" underline
|
||||||
|
" reverse or inverse
|
||||||
|
" standout
|
||||||
|
" none
|
||||||
|
|
||||||
|
highlight clear
|
||||||
|
|
||||||
|
highlight Win cterm=none ctermfg=default ctermbg=none
|
||||||
|
|
||||||
|
highlight TopLine cterm=none ctermfg=242 ctermbg=237
|
||||||
|
highlight TopLineSel cterm=bold ctermfg=23 ctermbg=247
|
||||||
|
highlight StatusLine cterm=none ctermfg=242 ctermbg=237
|
||||||
|
highlight Border cterm=none ctermfg=white ctermbg=none
|
||||||
|
|
||||||
|
highlight Selected cterm=bold ctermfg=green ctermbg=none
|
||||||
|
highlight CurrLine cterm=bold ctermfg=default ctermbg=black
|
||||||
|
|
||||||
|
highlight WildMenu cterm=underline,reverse ctermfg=white ctermbg=black
|
||||||
|
highlight CmdLine cterm=none ctermfg=white ctermbg=black
|
||||||
|
highlight ErrorMsg cterm=none ctermfg=red ctermbg=black
|
||||||
|
|
||||||
|
highlight Directory cterm=bold ctermfg=blue ctermbg=default
|
||||||
|
highlight Link cterm=none ctermfg=yellow ctermbg=default
|
||||||
|
highlight BrokenLink cterm=none ctermfg=red ctermbg=default
|
||||||
|
highlight Socket cterm=none ctermfg=magenta ctermbg=default
|
||||||
|
highlight Device cterm=none ctermfg=red ctermbg=default
|
||||||
|
highlight Fifo cterm=none ctermfg=cyan ctermbg=default
|
||||||
|
highlight Executable cterm=none ctermfg=green ctermbg=default
|
||||||
|
|
||||||
|
set fillchars=vborder:"│"
|
|
@ -64,7 +64,7 @@ set norunexec
|
||||||
|
|
||||||
" Selected color scheme
|
" Selected color scheme
|
||||||
|
|
||||||
colorscheme Default
|
colorscheme solarized
|
||||||
|
|
||||||
" Format for displaying time in file list. For example:
|
" Format for displaying time in file list. For example:
|
||||||
" TIME_STAMP_FORMAT=%m/%d-%H:%M
|
" TIME_STAMP_FORMAT=%m/%d-%H:%M
|
||||||
|
|
Loading…
Add table
Reference in a new issue