From d993bc6958517deaf98d893a81e157fae34ded12 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 28 Jul 2021 00:30:19 +0200 Subject: First --- cmus/.config/cmus/codedark.theme | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 cmus/.config/cmus/codedark.theme (limited to 'cmus') diff --git a/cmus/.config/cmus/codedark.theme b/cmus/.config/cmus/codedark.theme new file mode 100755 index 0000000..e6da3de --- /dev/null +++ b/cmus/.config/cmus/codedark.theme @@ -0,0 +1,22 @@ +set color_cmdline_bg=default +set color_cmdline_fg=default +set color_error=lightred +set color_info=lightyellow +set color_statusline_bg=blue +set color_statusline_fg=black +set color_titleline_bg=236 +set color_titleline_fg=white +set color_win_bg=default +set color_win_cur=lightblue +set color_win_cur_sel_bg=blue +set color_win_cur_sel_fg=white +set color_win_dir=lightblue +set color_win_fg=default +set color_win_inactive_cur_sel_bg=gray +set color_win_inactive_cur_sel_fg=lightyellow +set color_win_inactive_sel_bg=gray +set color_win_inactive_sel_fg=black +set color_win_sel_bg=blue +set color_win_sel_fg=white +set color_win_title_bg=blue +set color_win_title_fg=236 -- cgit v1.2.3