zenburn.theme 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Directory colors
  2. set color_win_dir=108
  3. # Normal text
  4. set color_win_fg=188
  5. # Window background color.
  6. set color_win_bg=237
  7. # Command line color.
  8. set color_cmdline_bg=237
  9. set color_cmdline_fg=108
  10. # Color of error messages displayed on the command line.
  11. set color_error=lightred
  12. # Color of informational messages displayed on the command line.
  13. set color_info=lightgreen
  14. # Color of the separator line between windows in view (1).
  15. set color_separator=246
  16. # Color of window titles (topmost line of the screen).
  17. set color_win_title_bg=235
  18. set color_win_title_fg=174
  19. # Status line color.
  20. set color_statusline_bg=237
  21. set color_statusline_fg=142
  22. # Color of currently playing track.
  23. set color_win_cur=172
  24. # Color of the line displaying currently playing track.
  25. set color_titleline_bg=235
  26. set color_titleline_fg=144
  27. # Color of the selected row which is also the currently playing track in active window.
  28. set color_win_cur_sel_bg=235
  29. set color_win_cur_sel_fg=223
  30. # Color of the selected row which is also the currently playing track in inactive window.
  31. set color_win_inactive_cur_sel_bg=238
  32. set color_win_inactive_cur_sel_fg=116
  33. # Color of selected row in active window.
  34. set color_win_sel_bg=235
  35. set color_win_sel_fg=223
  36. # Color of selected row in inactive window.
  37. set color_win_inactive_sel_bg=238
  38. set color_win_inactive_sel_fg=116