summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDaryl Manning <daryl@wakatara.com>2019-04-11 19:13:57 -0700
committerDaryl Manning <daryl@wakatara.com>2019-04-11 19:13:57 -0700
commitcb5d6b022c9f2f8e1808f370200dd734b12ece77 (patch)
tree3989b694c109a07d9083e4c4244e3d61dc3dcceb /contrib
parent420ad4ba165a2cdd9db70fddf6921ad23bbf92c6 (diff)
Nord colour scheme for newsboat.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/colorschemes/nord21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/colorschemes/nord b/contrib/colorschemes/nord
new file mode 100644
index 00000000..37dc177e
--- /dev/null
+++ b/contrib/colorschemes/nord
@@ -0,0 +1,21 @@
+# Newsboat colour scheme to work with the Nord palette
+# from Arctic Studios - https://github.com/arcticicestudio/nord
+# Tested with the iTerm2 Nord terminal colour scheme
+# https://github.com/arcticicestudio/nord-iterm2
+# though should work with any terminal using the palette
+
+color background color236 default
+color listnormal color248 default
+color listnormal_unread color6 default
+color listfocus color236 color12
+color listfocus_unread color15 color12
+color info color248 color236
+color article color248 default
+
+# highlights
+highlight article "^(Feed|Link):.*$" color6 default bold
+highlight article "^(Title|Date|Author):.*$" color6 default bold
+highlight article "https?://[^ ]+" color10 default underline
+highlight article "\\[[0-9]+\\]" color10 default bold
+highlight article "\\[image\\ [0-9]+\\]" color10 default bold
+highlight feedlist "^─.*$" color6 color236 bold