diff options
author | Sn4il <sn4il@thedroth.rocks> | 2023-11-22 16:59:51 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2023-11-22 16:59:51 +0300 |
commit | 85af75f81a72b8c605cfffb46608ff1a84d81f68 (patch) | |
tree | 49d12e8fc575662ec078c71cf46260a9fa211e30 /newsboat | |
parent | c5df101d541b3b8c12147bfc7fad763404e0ce3e (diff) | |
download | dotfiles-85af75f81a72b8c605cfffb46608ff1a84d81f68.tar.gz dotfiles-85af75f81a72b8c605cfffb46608ff1a84d81f68.zip |
Dracula theme for mutt and newsboat
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config new file mode 100644 index 0000000..ea77040 --- /dev/null +++ b/newsboat/config @@ -0,0 +1,26 @@ +# Dark theme based on Dracula color scheme for newsboat. +# +# In order to use this color scheme, you must first configure +# your terminal emulator to use the Dracula palette. +# See <https://draculatheme.com/> for more information. + +color background default default +color listnormal color255 default +color listfocus color238 color255 standout +color listnormal_unread color47 default +color listfocus_unread color238 color47 standout +color info color141 color236 + +# highlights +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold +highlight article "https?://[^ ]+" yellow default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default + + |