commit 7279527d76dbed0b8901ddb312d70a365d8542fd parent 252ef636dc51e5ed560d28accd1c296936a07504 Author: Markus Hanetzok <markus@hanetzok.net> Date: Sat, 19 Jul 2025 20:51:34 +0200 update colors for dunst and newsboat Diffstat:
M | .config/dunst/dunstrc | | | 23 | ++++++++++------------- |
M | .config/newsboat/config | | | 21 | +++++++++++++++++++++ |
2 files changed, 31 insertions(+), 13 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -10,27 +10,24 @@ transparency = 25 font = Monospace 12 format = "<b>%s</b>\n%b" + frame_color = "#89b4fa" + separator_color = frame + highlight = "#89b4fa" [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#091833" - foreground = "#0abdc6" - frame_color = "#0abdc6" + background = "#1e1e2e" + foreground = "#cdd6f4" timeout = 10 - # Icon for notifications with low urgency, uncomment to enable - #new_icon = /path/to/icon [urgency_normal] - background = "#091833" - foreground = "#ea00d9" - frame_color = "#ea00d9" + background = "#1e1e2e" + foreground = "#cdd6f4" timeout = 10 - # Icon for notifications with normal urgency, uncomment to enable - #new_icon = /path/to/icon [urgency_critical] - background = "#ff0000" - foreground = "#000000" - frame_color = "#000000" + background = "#1e1e2e" + foreground = "#cdd6f4" + frame_color = "#fab387" timeout = 0 diff --git a/.config/newsboat/config b/.config/newsboat/config @@ -21,3 +21,24 @@ bind-key N prev-unread bind-key D pb-download bind-key U show-urls bind-key x pb-delete + +#colors +color listnormal color15 default +color listnormal_unread color2 default +color listfocus_unread color2 color0 +color listfocus default color0 +color background default default +color article default default +color end-of-text-marker color8 default +color info color4 color8 +color hint-separator default color8 +color hint-description default color8 +color title color14 color8 + +highlight article "^(Feed|Title|Author|Link|Date): .+" color4 default bold +highlight article "^(Feed|Title|Author|Link|Date):" color14 default bold + +highlight article "\\((link|image|video)\\)" color8 default +highlight article "https?://[^ ]+" color4 default +highlight article "\[[0-9]+\]" color6 default bold +