Skip to content

Instantly share code, notes, and snippets.

@scillidan
Created January 20, 2024 07:26
Show Gist options
  • Save scillidan/658474f6a77c3305054a5a1a0867ee74 to your computer and use it in GitHub Desktop.
Save scillidan/658474f6a77c3305054a5a1a0867ee74 to your computer and use it in GitHub Desktop.
### little edit from https://github.com/cmus/cmus/blob/master/data/night.theme
### replace them from `set color_cmdline_attr` to `set color_win_title_fg=` in `~/.config/cmus/autosave`
### {{{
set color_cmdline_bg=145
set color_cmdline_fg=black
set color_error=lightred
set color_info=lightgoldenrodyellow
set color_separator=240
set color_statusline_bg=145
set color_statusline_fg=black
set color_titleline_bg=240
set color_titleline_fg=ghostwhite
set color_win_bg=7
set color_win_cur=darkblue
set color_win_cur_sel_bg=240
set color_win_cur_sel_fg=ghostwhite
set color_win_dir=skyblue
set color_win_fg=black
set color_win_inactive_cur_sel_bg=darkcyan
set color_win_inactive_cur_sel_fg=black
set color_win_inactive_sel_bg=darkgray
set color_win_inactive_sel_fg=black
set color_win_sel_bg=skyblue
set color_win_sel_fg=darkgray
set color_win_title_bg=240
set color_win_title_fg=ghostwhite
### }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment