diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 11:58:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-02 11:58:51 -0300 |
commit | fdbbf80bf0a36b303b6c633cfbcffe45791f3e50 (patch) | |
tree | 7f40169e4431ee7c5f4edb998ce5d718e0c3272b | |
parent | 50c45eca3131f3a1cd4a2736186a197a6e8dae2e (diff) | |
download | vimperator-fdbbf80bf0a36b303b6c633cfbcffe45791f3e50.tar.gz vimperator-fdbbf80bf0a36b303b6c633cfbcffe45791f3e50.tar.bz2 |
Colorschemes
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vimperator.dot.link/colors | 0 | ||||
-rw-r--r-- | vimperatorrc.dot.link | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bbb699a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vimperator.dot.link/colors"] + path = vimperator.dot.link/colors + url = https://github.com/vimpr/vimperator-colors diff --git a/vimperator.dot.link/colors b/vimperator.dot.link/colors new file mode 160000 +Subproject 177a5f6d0dad9175c9810e403523477e4c40c1b diff --git a/vimperatorrc.dot.link b/vimperatorrc.dot.link index 0ba9972..ecf7777 100644 --- a/vimperatorrc.dot.link +++ b/vimperatorrc.dot.link @@ -7,6 +7,9 @@ set tabnumbers set titlestring= set defsearch=duckduckgo +" Theme +"colorscheme zenburn + " See https://github.com/vimperator/vimperator-labs/issues/88 set focuscontent |