URI:
       newsboat: add my nixers theme & cleanup - dotfiles - personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 8e594b9913d7ef4bbd0f669c112cf69b42c3376e
   DIR parent 7f020cb55ae089085b1e0d629839a83fad306b63
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sat, 22 Apr 2023 22:01:25 +0200
       
       newsboat: add my nixers theme & cleanup
       
       Diffstat:
         M newsboat/.newsboat/config           |      33 +++++++++----------------------
         A newsboat/.newsboat/nixers.conf      |      53 ++++++++++++++++++++++++++++++
       
       2 files changed, 62 insertions(+), 24 deletions(-)
       ---
   DIR diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config
       @@ -3,39 +3,24 @@
        # | \| |___ |_|_| ___] |__] |__| |  |  |
        #                 drkhsh <me@drkhsh.at>
        
       -# █▓▒░ auto reload
       +# auto reload
        auto-reload yes
        reload-time 5 # minutes
        reload-threads 10
        
       -# █▓▒░ look & feel
       -show-read-feeds no
       +# custom browser wrapper
       +browser "~/.newsboat/nbpix"
       +
       +# look & feel
       +show-read-feeds yes
        feed-sort-order unreadarticlecount-asc
        text-width 80
        show-keymap-hint no
        confirm-exit no
        
       -# █▓▒░ custom browser wrapper
       -browser "~/.newsboat/nbpix"
       -
       -# █▓▒░ feed/article list format and colours
       -highlight feedlist "┣." color246 default
       -highlight feedlist "━" color246 default
       -highlight feedlist "┃" color246 default
       -highlight feedlist "■" color59 default
       -highlight feedlist "▓" color246 default
       -highlight feedlist "▒" color246 default
       -highlight feedlist "░" color246 default
       -highlight feedlist " [1-9]. " color15 default
       -highlight feedlist "⋯ [a-z].*" color15 default
       -highlight articlelist "▓" color246 default
       -feedlist-format "%?l?▓ %=2i  %t &▓▒░ ⋯ %t?"
       -feedlist-format "%3i ▓▒░ %10u ⋯  %t ⋯ "
       -articlelist-format "%3i ▓ %t"
       -
       -# █▓▒░ colorscheme
       -include ~/.newsboat/gruvbox.conf
       +# colorscheme
       +include ~/.newsboat/nixers.conf
        
       -# █▓▒░ local conf
       +# local conf
        include ~/.newsboat/config.local
        
   DIR diff --git a/newsboat/.newsboat/nixers.conf b/newsboat/.newsboat/nixers.conf
       @@ -0,0 +1,53 @@
       +#        _
       +#       (_)  NEWSBOAT THEME
       +#  _ __  ___  _____ _ __ ___
       +# | '_ \| \ \/ / _ \ '__/ __|
       +# | | | | |>  <  __/ |  \__ \
       +# |_| |_|_/_/\_\___|_|  |___/
       +#
       +#      drkhsh <me@drkhsh.at>
       +#       https://drkhsh.at
       +
       +# ▓▒░ colors
       +color article           color223 color236
       +color background        color100 color236
       +color info              color142 color235
       +color listfocus         color214 color239
       +color listfocus_unread  color214 color96
       +color listnormal        color246 color237
       +color listnormal_unread color175 color237
       +color title             color241 default reverse
       +
       +# ▓▒░ formats
       +feedlist-format    "%4i.  %n %32t ┣%>━┃ %10u"
       +articlelist-format "%4i.  %t ┣%>━"
       +
       +# ▓▒░ titlebars
       +articlelist-title-format  "Articles in feed '%T' ░▒▓%>█▓▒░ (%u unread, %t total)%?F? matching filter '%F'&? - %U"
       +dialogs-title-format      "%N %V ░ Dialogs ░▒▓%>█"
       +dirbrowser-title-format   "%?O?Open Directory&Save File? - %f ░▒▓%>█"
       +feedlist-title-format     "%N %V ░ %?F?Feeds&Your feeds? ░▒▓%>█▓▒░ (%u unread, %t total)%?F? matching filter '%F'&?%?T? - tag '%T'&?"
       +filebrowser-title-format  "%?O?Open File&Save File? - %f ░▒▓%>█"
       +help-title-format         "%N %V ░ Help ░▒▓%>█"
       +itemview-title-format     "Article '%T' ░▒▓%>█▓▒░ (%u unread, %t total)"
       +searchresult-title-format "Search results for '%s' ░▒▓%>█▓▒░ (%u unread, %t total)%?F? matching filter '%F'&?"
       +selectfilter-title-format "Select Filter ░▒▓%>█"
       +selecttag-title-format    "%4i %T (%u) ░▒▓%>█"
       +urlview-title-format      "%N %V ░ URLs ░▒▓%>█"
       +
       +# ▓▒░ highlights
       +highlight article  "^Feed:.*"               color175 color237
       +highlight article  "^Title:.*"              color214 color237 bold
       +highlight article  "^Author:.*"             color167 color237
       +highlight article  "^Link:.*"               color109 color237
       +highlight article  "^Date:.*"               color142 color237
       +highlight article  "\\[[0-9]\\+\\]"         color208 color237 bold
       +highlight article  "\\[[^0-9].*[0-9]\\+\\]" color167 color237 bold
       +highlight feedlist    "┣."                  color239 color237
       +highlight feedlist    "━"                   color239 color237
       +highlight feedlist    "┃"                   color239 color237
       +highlight feedlist    ".*  [0-9]+. "        color242 color237
       +highlight articlelist ".*  [0-9]+. "        color242 color237
       +highlight articlelist "┣."                  color239 color237
       +highlight articlelist "━"                   color239 color237
       +