# File lib/guard/notifiers/tmux.rb, line 46
      def notify(type, title, message, image, options = { })
        color = tmux_color type, options
        system("#{ DEFAULTS[:client] } set -g status-left-bg #{ color }")
      end