summaryrefslogtreecommitdiffstats
path: root/.config/cmus/classic.theme
diff options
context:
space:
mode:
Diffstat (limited to '.config/cmus/classic.theme')
-rwxr-xr-x.config/cmus/classic.theme48
1 files changed, 48 insertions, 0 deletions
diff --git a/.config/cmus/classic.theme b/.config/cmus/classic.theme
new file mode 100755
index 0000000..9976fcb
--- /dev/null
+++ b/.config/cmus/classic.theme
@@ -0,0 +1,48 @@
+
+# ~ rgoncalves.se
+# cmus colorscheme
+
+# common
+set color_win_fg=15
+set color_win_bg=0
+
+# command line
+set color_cmdline_bg=default
+set color_cmdline_fg=default
+set color_error=1
+set color_info=2
+set color_separator=15
+
+# bottom status line
+set color_statusline_bg=4
+set color_statusline_fg=15
+
+# bottom title line
+set color_titleline_bg=15
+set color_titleline_fg=4
+
+# top title line
+set color_win_title_bg=4
+set color_win_title_fg=15
+
+# playing: unselected
+set color_win_cur=4
+
+# playing: active selection
+set color_win_cur_sel_bg=7
+set color_win_cur_sel_fg=4
+
+# playing: inactive selection
+set color_win_inactive_cur_sel_bg=7
+set color_win_inactive_cur_sel_fg=0
+
+# collection: active selection
+set color_win_sel_bg=7
+set color_win_sel_fg=0
+
+# collection: inactive selection
+set color_win_inactive_sel_bg=0
+set color_win_inactive_sel_fg=7
+
+# directories
+set color_win_dir=7
remember that computers suck.