diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-13 16:32:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-13 16:32:55 -0300 |
commit | 532de3b517748481463caa4f68fc92c37f055b86 (patch) | |
tree | 6f92fa56cabf028fb42a4ccac0d26fc79af15c87 | |
parent | e7653aa59ccdd53c44652cbdfb1c4c5b5b6c2306 (diff) | |
download | newsbeuter-532de3b517748481463caa4f68fc92c37f055b86.tar.gz newsbeuter-532de3b517748481463caa4f68fc92c37f055b86.tar.bz2 |
Inkpot color scheme
-rw-r--r-- | config.dot/newsbeuter/colors.link | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.dot/newsbeuter/colors.link b/config.dot/newsbeuter/colors.link new file mode 100644 index 0000000..aa7fe28 --- /dev/null +++ b/config.dot/newsbeuter/colors.link @@ -0,0 +1,18 @@ +# inkpotish color scheme for newsbeuter <http://www.newsbeuter.org/> +# more on inkpot: http://www.vim.org/scripts/script.php?script_id=1143 +# https://github.com/alpha-omega/newsbeuter/blob/HEAD/contrib/colorschemes/inkpot + +# colors +color background color229 default +color listnormal color229 default +color listfocus color229 color61 bold +color info color247 color235 +color article color229 default + +# highlights +highlight article "^(Feed|Link):.*$" color46 default bold +highlight article "^(Title|Date|Author):.*$" color39 default bold +highlight article "https?://[^ ]+" color46 default underline +highlight article "\\[[0-9]+\\]" color63 default bold +highlight article "\\[image\\ [0-9]+\\]" color63 default bold +highlight feedlist "^─.*$" color61 color235 bold |