summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/cmus/rc24
-rw-r--r--.config/gtk-3.0/bookmarks1
-rw-r--r--.config/newsboat/config4
3 files changed, 23 insertions, 6 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
index bed3f5b..d0872ec 100644
--- a/.config/cmus/rc
+++ b/.config/cmus/rc
@@ -4,12 +4,28 @@ bind -f common - vol -5%
bind -f common + vol +5%
bind -f common = vol +5%
+fset grunge=genre="Grunge"
+
+set color_error=red
+set color_info=default
+set color_separator=black
set color_statusline_bg=black
-set color_statusline_fg=gray
+set color_statusline_fg=yellow
set color_statusline_progress_bg=black
-set color_statusline_progress_fg=gray
+set color_statusline_progress_fg=yellow
set color_titleline_bg=black
-set color_titleline_fg=gray
+set color_titleline_fg=yellow
+set color_win_bg=default
+set color_win_cur_attr=bold
+set color_win_cur=red
+set color_win_cur_sel_attr=bold
+set color_win_cur_sel_bg=black
+set color_win_cur_sel_fg=red
set color_win_sel_attr=bold
set color_win_sel_bg=black
-set color_win_sel_fg=default
+set color_win_sel_fg=gray
+set color_win_dir=lightblue
+set color_win_fg=gray
+set color_win_title_attr=bold
+set color_win_title_bg=black
+set color_win_title_fg=yellow
diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
index 890783e..250526a 100644
--- a/.config/gtk-3.0/bookmarks
+++ b/.config/gtk-3.0/bookmarks
@@ -6,3 +6,4 @@ file:///mnt mnt
file:///home/jozan/docs/nextcloud
file:///home/jozan/hdd/zhinu
file:///home/jozan/hdd/files/zhinu
+file:///var/dev/fat/zhinu/
diff --git a/.config/newsboat/config b/.config/newsboat/config
index abb6d41..8b2d113 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -45,7 +45,7 @@ ignore-article "*" "title =~ \"#shorts$\""
ignore-article "*" "link =~ \"youtube.com/shorts/\""
color background default default
-color listnormal default default dim
+color listnormal white default
color listnormal_unread default default bold
color listfocus default black
color listfocus_unread default black bold
@@ -79,7 +79,7 @@ highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default
highlight feedlist ".*(0/0))" black
-highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" default default dim
+highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" white default
highlight feedlist "^N.* \\[tech\\]$" cyan default bold
highlight feedlist "^N.* \\[normies\\]$" red default bold
highlight feedlist "^N.* \\[news\\]$" green default bold