aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-19 02:59:21 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-19 02:59:21 +0000
commit9ae161b547474bb4e979d06b12eb6bef394b57e6 (patch)
tree7fe3c008efa4b81f6f6f7cb31518d1ffab6b1861
parentremoved (diff)
downloadscripts-9ae161b547474bb4e979d06b12eb6bef394b57e6.tar.gz
scripts-9ae161b547474bb4e979d06b12eb6bef394b57e6.zip
cmus
-rw-r--r--.config/cmus/rc40
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
new file mode 100644
index 0000000..5da99e2
--- /dev/null
+++ b/.config/cmus/rc
@@ -0,0 +1,40 @@
+### 'Night' theme for CMus (for 255 color terms)
+### (C) 2013 Mladen Pejaković <pejakm@autistici.org>
+### {{{
+set color_cmdline_bg=default
+set color_cmdline_fg=024
+set color_cmdline_attr=bold
+set color_error=196
+set color_info=220
+set color_separator=002
+set color_statusline_bg=234
+set color_statusline_fg=033
+set color_statusline_attr=bold
+set color_titleline_bg=023
+set color_titleline_fg=000
+set color_titleline_attr=bold
+set color_win_bg=default
+set color_win_cur=023
+set color_win_attr=statusline
+set color_win_cur_sel_bg=235
+set color_win_cur_sel_fg=029
+set color_win_cur_sel_attr=bold
+set color_win_dir=023
+set color_win_fg=255
+set color_win_attr=
+set color_win_inactive_cur_sel_bg=233
+set color_win_inactive_cur_sel_fg=023
+set color_win_inactive_cur_sel_attr=
+set color_win_inactive_sel_bg=234
+set color_win_inactive_sel_fg=002
+set color_win_inactive_sel_attr=bold
+set color_win_sel_bg=030
+set color_win_sel_fg=235
+set color_win_sel_attr=bold
+set color_win_title_bg=234
+set color_win_title_fg=033
+set color_win_title_attr=
+set color_trackwin_album_bg=023
+set color_trackwin_album_fg=000
+set color_trackwin_album_attr=bold
+### }}}