aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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