summaryrefslogtreecommitdiff
path: root/vifm/colors/Default
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-24 12:26:29 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-24 12:26:29 +0100
commitfe48b893ca00c7897afe5ad8df2e78ddb88dbced (patch)
tree32e75b9137a9b639fc52858e65bb62176bfa8971 /vifm/colors/Default
parent325884344453d36a6596b73b24ec36259cf99359 (diff)
configuration of vifm.
Diffstat (limited to 'vifm/colors/Default')
-rw-r--r--vifm/colors/Default54
1 files changed, 0 insertions, 54 deletions
diff --git a/vifm/colors/Default b/vifm/colors/Default
deleted file mode 100644
index 8f65064..0000000
--- a/vifm/colors/Default
+++ /dev/null
@@ -1,54 +0,0 @@
-" 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.
-
-" The Default color scheme is used for any directory that does not have
-" a specified scheme and for parts of user interface like menus. A
-" color scheme set for a base directory will also
-" be used for the sub directories.
-
-" 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
-
-" Available style values (some of them can be combined):
-" bold
-" underline
-" reverse or inverse
-" standout
-" none
-
-" Vifm supports 256 colors you can use color numbers 0-255
-" (requires properly set up terminal: set your TERM environment variable
-" (directly or using resources) to some color terminal name (e.g.
-" xterm-256color) from /usr/lib/terminfo/; you can check current number
-" of colors in your terminal with tput colors command)
-
-" 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 TopLine cterm=none ctermfg=black ctermbg=white
-highlight TopLineSel cterm=bold ctermfg=black ctermbg=none
-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