aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-08-08 20:19:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-08-08 20:19:36 +0200
commit129b03c80769d261f5a67d608f63189c25124e17 (patch)
treec72232f5bdd601a2c4388a95ccd3dda2568df4a5 /config
parent65d20cfd473676adb37675a6867f276adcc11dff (diff)
downloaddotfiles-129b03c80769d261f5a67d608f63189c25124e17.tar.gz
dotfiles-129b03c80769d261f5a67d608f63189c25124e17.tar.bz2
dotfiles-129b03c80769d261f5a67d608f63189c25124e17.zip
Updated newsboat theme to grubbox
Diffstat (limited to 'config')
-rw-r--r--config/amfora/config.toml2
-rw-r--r--config/newsboat/config22
2 files changed, 16 insertions, 8 deletions
diff --git a/config/amfora/config.toml b/config/amfora/config.toml
index de68a1f..9fc65df 100644
--- a/config/amfora/config.toml
+++ b/config/amfora/config.toml
@@ -140,7 +140,7 @@ scrollbar = "auto"
# bind_edit
# bind_home
# bind_bookmarks
-# bind_add_bookmark
+bind_add_bookmark = 'M'
# bind_save
# bind_reload
bind_back = 'H'
diff --git a/config/newsboat/config b/config/newsboat/config
index 824bca2..497dede 100644
--- a/config/newsboat/config
+++ b/config/newsboat/config
@@ -12,13 +12,21 @@ bind-key g home
bind-key G end
# solarized color-scheme
-color background default default
-color listnormal default default
-color listnormal_unread default default
-color listfocus black cyan
-color listfocus_unread black cyan
-color info default black
-color article default default
+# color background default default
+# color listnormal default default
+# color listnormal_unread default default
+# color listfocus black cyan
+# color listfocus_unread black cyan
+# color info default black
+# color article default default
+
+# gruvbox kinda (from Luke Smith's config)
+color listnormal cyan default
+color listfocus black yellow standout bold
+color listnormal_unread blue default
+color listfocus_unread yellow default bold
+color info red black bold
+color article white default bold
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default