green.theme 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Another Green Theme for cmus
  2. #
  3. # Change this to a red or blue theme by doing the following in vim:
  4. #
  5. # :%s/lightgreen/light<color>/g
  6. # :%s/green/<color>/g
  7. #
  8. # - roobert@gmail.com
  9. # Directory colors
  10. set color_win_dir=default
  11. # Normal text
  12. set color_win_fg=default
  13. # Window background color.
  14. set color_win_bg=default
  15. # Command line color.
  16. set color_cmdline_bg=default
  17. set color_cmdline_fg=default
  18. # Color of error messages displayed on the command line.
  19. set color_error=lightred
  20. # Color of informational messages displayed on the command line.
  21. set color_info=lightgreen
  22. # Color of currently playing track.
  23. set color_win_cur=lightgreen
  24. # Color of the separator line between windows in view (1).
  25. set color_separator=black
  26. # Color of window titles (topmost line of the screen).
  27. set color_win_title_bg=default
  28. set color_win_title_fg=green
  29. # Status line color.
  30. set color_statusline_bg=default
  31. set color_statusline_fg=gray
  32. # Color of the line displaying currently playing track.
  33. set color_titleline_bg=default
  34. set color_titleline_fg=green
  35. # Color of the selected row which is also the currently playing track in active window.
  36. set color_win_cur_sel_bg=default
  37. set color_win_cur_sel_fg=white
  38. # Color of the selected row which is also the currently playing track in inactive window.
  39. set color_win_inactive_cur_sel_bg=default
  40. set color_win_inactive_cur_sel_fg=lightgreen
  41. # Color of selected row in inactive window.
  42. set color_win_inactive_sel_bg=default
  43. set color_win_inactive_sel_fg=default
  44. # Color of selected row in active window.
  45. set color_win_sel_bg=default
  46. set color_win_sel_fg=green
  47. # Command line color.
  48. set color_cmdline_bg=default
  49. set color_cmdline_fg=default