Added vifm config
This commit is contained in:
parent
15401603e0
commit
9879d5f01e
2 changed files with 556 additions and 0 deletions
36
config/vifm-style
Normal file
36
config/vifm-style
Normal file
|
@ -0,0 +1,36 @@
|
|||
"
|
||||
" ~/.config/vifm/colors/Personal.vifm
|
||||
"
|
||||
|
||||
" 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
|
||||
|
||||
" Light versions of colors are also available (set bold attribute):
|
||||
" LightBlack
|
||||
" LightRed
|
||||
" LightGreen
|
||||
" LightYellow
|
||||
" LightBlue
|
||||
" LightMagenta
|
||||
" LightCyan
|
||||
" LightWhite
|
||||
|
||||
" Available attributes (some of them can be combined):
|
||||
" bold
|
||||
" underline
|
||||
" reverse or inverse
|
||||
" standout
|
||||
" none
|
||||
|
||||
" Make background and vertical borders transparent.
|
||||
highlight Win ctermfg=12 ctermbg=-1 cterm=none
|
||||
|
||||
highlight Border ctermfg=-1 ctermbg=-1 cterm=none
|
Loading…
Add table
Add a link
Reference in a new issue