Add cmus theme
Anirudh Oppiliappan x@icyphox.sh
Sat, 12 Dec 2020 11:14:10 +0530
2 files changed,
58 insertions(+),
0 deletions(-)
A
config/cmus/nerdz.theme
@@ -0,0 +1,57 @@
+# Directory colors +set color_win_dir=default + +# Normal text +set color_win_fg=242 + +# Window background color. +set color_win_bg=default + +# Command line color. +set color_cmdline_bg=default +set color_cmdline_fg=default + +# Color of error messages displayed on the command line. +set color_error=lightred + +# Color of informational messages displayed on the command line. +set color_info=lightyellow + +# Color of currently playing track. +set color_win_cur=6 + +# Color of the separator line between windows in view (1). +set color_separator=black + +# Color of window titles (topmost line of the screen). +set color_win_title_bg=default +set color_win_title_fg=black + +# Status line color. +set color_statusline_bg=default +set color_statusline_fg=default + +# Color of the line displaying currently playing track. +set color_titleline_bg=0 +set color_titleline_fg=6 + +# Color of the selected row which is also the currently playing track in active window. +set color_win_cur_sel_bg=250 +set color_win_cur_sel_fg=0 + +# Color of the selected row which is also the currently playing track in inactive window. +set color_win_inactive_cur_sel_bg=0 +set color_win_inactive_cur_sel_fg=6 + +# Color of selected row in inactive window. +set color_win_inactive_sel_bg=0 +set color_win_inactive_sel_fg=250 + +# Color of selected row in active window. +set color_win_sel_bg=253 +set color_win_sel_fg=gray + +# Command line color. +set color_cmdline_bg=default +set color_cmdline_fg=default +
M
home/.Xresources
→
home/.Xresources
@@ -17,6 +17,7 @@ ! xnotify
xnotify.gap: 5 xnotify.gravity: NE xnotify.title.font: SF Mono:style=Bold:size=12:antialias=true +xnotify.wrap: true ! xprompt xprompt.font: SF Mono:style=Regular:size=12:antialias=true