CMUS and Omarchy Themes #2090
Closed
Grafting1
started this conversation in
Show and tell
Replies: 1 comment
-
|
incorrect |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I fumbled around enough to get a theme working that will follow the Omarchy theme for CMUS. I don't know how it works, vibe coded to get this far. I can confirm that it does change with the theme selections.
create a file in ~/.config/cmus
paste this into the file, then go to CMUS and type:
:colorscheme yourfilename
set color_cmdline_fg=7
set color_error=1
set color_info=6
set color_statusline_bg=0
set color_statusline_fg=7
set color_separator=8
set color_titleline_fg=4
set color_win_title_fg=5
set color_win_dir=4
set color_win_cur=3
set color_win_cur_sel_fg=0
(You can probably add all the inactive/sel lines at once, they are likely fine)
set color_win_inactive_cur_sel_bg=8
set color_win_inactive_cur_sel_fg=7
set color_win_inactive_sel_bg=8
set color_win_inactive_sel_fg=7
set color_win_sel_bg=8
set color_win_sel_fg=7
Beta Was this translation helpful? Give feedback.
All reactions