night.theme 745 B

123456789101112131415161718192021222324252627
  1. ### 'Night' theme for CMus (for 255 color terms)
  2. ### (C) 2013 Mladen Pejaković <pejakm@autistici.org>
  3. ### {{{
  4. set color_cmdline_bg=default
  5. set color_cmdline_fg=255
  6. set color_error=196
  7. set color_info=220
  8. set color_separator=002
  9. set color_statusline_bg=234
  10. set color_statusline_fg=045
  11. set color_titleline_bg=default
  12. set color_titleline_fg=046
  13. set color_win_bg=default
  14. set color_win_cur=046
  15. set color_win_cur_sel_bg=235
  16. set color_win_cur_sel_fg=118
  17. set color_win_dir=250
  18. set color_win_fg=255
  19. set color_win_inactive_cur_sel_bg=233
  20. set color_win_inactive_cur_sel_fg=046
  21. set color_win_inactive_sel_bg=234
  22. set color_win_inactive_sel_fg=002
  23. set color_win_sel_bg=235
  24. set color_win_sel_fg=045
  25. set color_win_title_bg=234
  26. set color_win_title_fg=045
  27. ### }}}