aboutsummaryrefslogtreecommitdiffstats
path: root/.vifm/colors/istib-solarized-dark
diff options
context:
space:
mode:
Diffstat (limited to '.vifm/colors/istib-solarized-dark')
-rw-r--r--.vifm/colors/istib-solarized-dark25
1 files changed, 25 insertions, 0 deletions
diff --git a/.vifm/colors/istib-solarized-dark b/.vifm/colors/istib-solarized-dark
new file mode 100644
index 0000000..b81415f
--- /dev/null
+++ b/.vifm/colors/istib-solarized-dark
@@ -0,0 +1,25 @@
+" vim: filetype=vifm :
+
+" Author: Stéphane (a.k.a. istib)
+
+highlight Win cterm=none ctermfg=default ctermbg=none
+
+highlight TopLine cterm=none ctermfg=blue ctermbg=none
+highlight TopLineSel cterm=none ctermfg=blue ctermbg=none
+highlight StatusLine cterm=none ctermfg=blue ctermbg=none
+highlight Border cterm=none ctermfg=blue ctermbg=none
+
+highlight Selected cterm=bold ctermfg=magenta ctermbg=default
+highlight CurrLine cterm=bold ctermfg=default ctermbg=blue
+
+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=cyan ctermbg=default
+highlight Link cterm=none ctermfg=yellow ctermbg=default
+highlight BrokenLink cterm=none ctermfg=red ctermbg=default
+highlight Socket cterm=none ctermfg=magenta ctermbg=default
+highlight Device cterm=none ctermfg=red ctermbg=default
+highlight Fifo cterm=none ctermfg=cyan ctermbg=default
+highlight Executable cterm=none ctermfg=green ctermbg=default