diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-05-16 14:11:56 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-05-16 14:11:56 +0100 |
commit | c707197aa16ea0c4095d59b3c05f4d61ee5a1999 (patch) | |
tree | 885ee53a5ad320e909926310ba82ea76f5b74286 /vifm/.vifm/colorschemes | |
parent | fe981b30bec6db6b279cd0440c0083c93bff6da2 (diff) |
Move vifm config to .config
Diffstat (limited to 'vifm/.vifm/colorschemes')
-rw-r--r-- | vifm/.vifm/colorschemes | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/vifm/.vifm/colorschemes b/vifm/.vifm/colorschemes deleted file mode 100644 index 006bb44..0000000 --- a/vifm/.vifm/colorschemes +++ /dev/null @@ -1,37 +0,0 @@ -# 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. A color scheme set for a base directory will also -# be used for the sub directories. - -# The standard ncurses colors are: -# Black = 0 -# Red = 1 -# Green = 2 -# Yellow = 3 -# Blue = 4 -# Magenta = 5 -# Cyan = 6 -# White = 7 - -# COLORSCHEME=OneWordDescription -# DIRECTORY=/Full/Path/To/Base/Directory -# COLOR=Window_name=foreground_color_number=background_color_number - - -COLORSCHEME=Default -DIRECTORY=/ -COLOR=MENU=white=black -COLOR=BORDER=black=white -COLOR=WIN=white=black -COLOR=STATUS_BAR=white=black -COLOR=CURR_LINE=white=blue -COLOR=DIRECTORY=cyan=black -COLOR=LINK=yellow=black -COLOR=SOCKET=magenta=black -COLOR=DEVICE=red=black -COLOR=EXECUTABLE=green=black -COLOR=SELECTED=magenta=black -COLOR=CURRENT=blue=black |