summaryrefslogtreecommitdiff
path: root/.config/vifm/colors/README.md
diff options
context:
space:
mode:
authorVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
committerVito Graffagnino <vito@graffagnino.xyz>2020-09-08 18:10:49 +0100
commit3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch)
tree2116c49a845dfc0945778f2aa3e2118d72be428b /.config/vifm/colors/README.md
parent8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff)
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.config/vifm/colors/README.md')
-rw-r--r--.config/vifm/colors/README.md58
1 files changed, 58 insertions, 0 deletions
diff --git a/.config/vifm/colors/README.md b/.config/vifm/colors/README.md
new file mode 100644
index 0000000..2202a91
--- /dev/null
+++ b/.config/vifm/colors/README.md
@@ -0,0 +1,58 @@
+# vifm-colors
+
+Various colorschemes for [vifm](https://vifm.info/):
+- astrell (by astrell)
+- darkdesert (by langner)
+- Default
+- desert
+- dracula (by EgZvor)
+- g80
+- iceberg (by puven12)
+- lucius (by francogonzaga)
+- matrix
+- mc-like (by Petteri Knihti)
+- molokai (by Miguel Madrid MencĂ­a)
+- near-default
+- ph (by pihao)
+- reicheltd-light (by reicheltd)
+- semidarkdesert (by clausED)
+- snowwhite (by durcheinandr)
+- solarized-dark
+- zenburn
+- zenburn_1 (by frgm)
+
+The solarized-dark theme is based on [istib](https://github.com/istib)'s [version](https://github.com/istib/dotfiles/blob/master/vifm/vifm-colors).
+
+## Installation
+
+### Distribution
+Some distributions offer a package for vifm color schemes. In this case you can install them easily using your package manager.
+
+#### openSUSE
+
+```
+zypper in vifm-colors
+```
+
+### Manual
+If you would like to have just one theme you could download it via wget, for example:
+
+`wget -P ~/.vifm/colors https://raw.githubusercontent.com/vifm/vifm-colors/master/solarized-dark.vifm`
+
+If you prefer to download all themes you could set it up with git, and stay up to date.
+
+`rm -rf ~/.config/vifm/colors`
+
+`git clone https://github.com/vifm/vifm-colors ~/.config/vifm/colors`
+
+To check for updates just type `git pull` in `~/.config/vifm/colors`.
+
+*Note:* replace `~/.config/vifm` with `~/.vifm` in commands above if you store your configuration there.
+
+## Preview
+A preview of all color themes contained in this repository are available at [the official vifm site](https://vifm.info/colorschemes.shtml).
+
+## Set a theme
+Load with `:colorscheme theme-name` in vifm, or write `colorscheme theme-name` in vifm's configuration file `~/.config/vifm/vifmrc`.
+
+If you have any color themes that are not in this repo, feel free to fork, add it and send a pull request!