aboutsummaryrefslogtreecommitdiff
path: root/dot-config/newsboat/config
blob: d6509ced8fd01f6ff21a08e8cdd62fde6c6480a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# OPTIONS
#

notify-always yes
notify-program /usr/bin/notify-send

#
# HIGHLIGHT
#

color background white black
color listnormal_unread red black
color listfocus black white
color listfocus_unread black white
color info white black
color article white black

highlight feedlist "---.*---" blue default bold
highlight feedlist ".*0/0.." default default invis
highlight article "^Feed:.*" color1 color0
highlight article "^Title:.*" color3 color0 bold
highlight article "^Author:.*" color2 color0
highlight article "^Date:.*" color223 color0
highlight article "^Link:.*" color4 color0
highlight article "^Flags:.*" color9 color0

#
# KEYBINDINGS
#
# bind-key <KEY> <OPERATION> [DIALOG]
# Available dialogs are "all" (default if none is specified), "feedlist",
# "filebrowser", "help", "articlelist", "article", "tagselection",
# "filterselection", "urlview" and "podbeuter".

bind-key j up
bind-key k down
bind-key ENTER quit article