solarized-light.theme 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # colors from solarized: http://ethanschoonover.com/solarized
  2. # default text color
  3. set color_win_fg=default
  4. # overall background color
  5. set color_win_bg=default
  6. # command-line colors
  7. set color_cmdline_bg=default
  8. set color_cmdline_fg=default
  9. set color_error=160
  10. set color_info=136
  11. set color_separator=245
  12. # bottom status line
  13. set color_statusline_bg=0
  14. set color_statusline_fg=37
  15. # bottom title line
  16. set color_titleline_bg=0
  17. set color_titleline_fg=136
  18. # top title area
  19. set color_win_title_bg=0
  20. set color_win_title_fg=64
  21. ##### playing file colors ######################################################
  22. # unselected currently playing track's text
  23. set color_win_cur=33
  24. # active selection for currently playing track
  25. set color_win_cur_sel_bg=0
  26. set color_win_cur_sel_fg=33
  27. # inactive selection for currently playing track
  28. set color_win_inactive_cur_sel_bg=default
  29. set color_win_inactive_cur_sel_fg=125
  30. ##### non-playing file colors ##################################################
  31. # active selection
  32. set color_win_sel_bg=0
  33. set color_win_sel_fg=166
  34. # inactive selection
  35. set color_win_inactive_sel_bg=default
  36. set color_win_inactive_sel_fg=125
  37. ##### file browser view colors #################################################
  38. # directory listing color
  39. set color_win_dir=33