This commit is contained in:
2026-03-29 14:01:52 +03:00
commit 0611279128
210 changed files with 60454 additions and 0 deletions

67
data/green.theme Normal file
View File

@@ -0,0 +1,67 @@
# Another Green Theme for cmus
#
# Change this to a red or blue theme by doing the following in vim:
#
# :%s/lightgreen/light<color>/g
# :%s/green/<color>/g
#
# - roobert@gmail.com
# Directory colors
set color_win_dir=default
# Normal text
set color_win_fg=default
# Window background color.
set color_win_bg=default
# Command line color.
set color_cmdline_bg=default
set color_cmdline_fg=default
# Color of error messages displayed on the command line.
set color_error=lightred
# Color of informational messages displayed on the command line.
set color_info=lightgreen
# Color of currently playing track.
set color_win_cur=lightgreen
# Color of the separator line between windows in view (1).
set color_separator=black
# Color of window titles (topmost line of the screen).
set color_win_title_bg=default
set color_win_title_fg=green
# Status line color.
set color_statusline_bg=default
set color_statusline_fg=gray
set color_statusline_progress_bg=234
set color_statusline_progress_fg=gray
# Color of the line displaying currently playing track.
set color_titleline_bg=default
set color_titleline_fg=green
# Color of the selected row which is also the currently playing track in active window.
set color_win_cur_sel_bg=default
set color_win_cur_sel_fg=white
# Color of the selected row which is also the currently playing track in inactive window.
set color_win_inactive_cur_sel_bg=default
set color_win_inactive_cur_sel_fg=lightgreen
# Color of selected row in inactive window.
set color_win_inactive_sel_bg=default
set color_win_inactive_sel_fg=default
# Color of selected row in active window.
set color_win_sel_bg=default
set color_win_sel_fg=green
# Command line color.
set color_cmdline_bg=default
set color_cmdline_fg=default