gray-88.theme 696 B

12345678910111213141516171819202122232425
  1. # 88 color gray theme for urxvt
  2. set color_cmdline_bg=80
  3. set color_cmdline_fg=85
  4. set color_error=lightgreen
  5. set color_info=green
  6. set color_separator=darkgray
  7. set color_statusline_bg=80
  8. set color_statusline_fg=85
  9. set color_titleline_bg=darkgray
  10. set color_titleline_fg=85
  11. set color_win_bg=80
  12. set color_win_cur=lightgreen
  13. set color_win_cur_sel_bg=82
  14. set color_win_cur_sel_fg=lightyellow
  15. set color_win_dir=83
  16. set color_win_fg=85
  17. set color_win_inactive_cur_sel_bg=darkgray
  18. set color_win_inactive_cur_sel_fg=lightgreen
  19. set color_win_inactive_sel_bg=darkgray
  20. set color_win_inactive_sel_fg=black
  21. set color_win_sel_bg=82
  22. set color_win_sel_fg=black
  23. set color_win_title_bg=darkgray
  24. set color_win_title_fg=85