diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-24 12:26:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-24 12:26:29 +0100 |
commit | fe48b893ca00c7897afe5ad8df2e78ddb88dbced (patch) | |
tree | 32e75b9137a9b639fc52858e65bb62176bfa8971 /vifm/colors | |
parent | 325884344453d36a6596b73b24ec36259cf99359 (diff) |
configuration of vifm.
Diffstat (limited to 'vifm/colors')
-rw-r--r-- | vifm/colors/default (renamed from vifm/colors/Default) | 22 | ||||
-rw-r--r-- | vifm/colors/matrix | 21 |
2 files changed, 31 insertions, 12 deletions
diff --git a/vifm/colors/Default b/vifm/colors/default index 8f65064..c3c72dd 100644 --- a/vifm/colors/Default +++ b/vifm/colors/default @@ -1,4 +1,3 @@ -" vim: filetype=vifm : " You can edit this file by hand. " The " character at the beginning of a line comments out the line. " Blank lines are ignored. @@ -35,20 +34,19 @@ " highlight group cterm=style ctermfg=foreground_color ctermbg=background_color highlight Win cterm=none ctermfg=white ctermbg=black -highlight Directory cterm=bold ctermfg=cyan ctermbg=black -highlight Link cterm=bold ctermfg=yellow ctermbg=black -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=green ctermbg=black -highlight Selected cterm=bold ctermfg=magenta ctermbg=black -highlight CurrLine cterm=bold ctermfg=white ctermbg=blue +highlight Directory cterm=bold ctermfg=cyan ctermbg=default +highlight Link cterm=bold ctermfg=yellow ctermbg=default +highlight BrokenLink cterm=bold ctermfg=red ctermbg=default +highlight Socket cterm=bold ctermfg=magenta ctermbg=default +highlight Device cterm=bold ctermfg=red ctermbg=default +highlight Fifo cterm=bold ctermfg=cyan ctermbg=default +highlight Executable cterm=bold ctermfg=green ctermbg=default +highlight Selected cterm=bold ctermfg=magenta ctermbg=default +highlight CurrLine cterm=bold ctermfg=default ctermbg=blue highlight TopLine cterm=none ctermfg=black ctermbg=white -highlight TopLineSel cterm=bold ctermfg=black ctermbg=none +highlight TopLineSel cterm=bold ctermfg=black ctermbg=default highlight StatusLine cterm=bold ctermfg=black ctermbg=white 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 Border cterm=none ctermfg=black ctermbg=white -highlight OtherLine cterm=bold,underline,reverse,standout ctermfg=none ctermbg=none diff --git a/vifm/colors/matrix b/vifm/colors/matrix new file mode 100644 index 0000000..70a9f76 --- /dev/null +++ b/vifm/colors/matrix @@ -0,0 +1,21 @@ +highlight Win cterm=none ctermfg=green ctermbg=black + +highlight TopLine cterm=none ctermfg=green ctermbg=none +highlight TopLineSel cterm=none ctermfg=green ctermbg=none +highlight StatusLine cterm=none ctermfg=green ctermbg=none +highlight Border cterm=none ctermfg=green ctermbg=none + +highlight Selected cterm=bold ctermfg=red ctermbg=default +highlight CurrLine cterm=bold ctermfg=black ctermbg=green + +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=none 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=yellow ctermbg=default +highlight Device cterm=none ctermfg=yellow ctermbg=default +highlight Fifo cterm=none ctermfg=yellow ctermbg=default +highlight Executable cterm=none ctermfg=green ctermbg=default |