Re: [dev] [PATCH] [st] Use inverted defaultbg/fg for selection when bg/fg are the same

From: Martti Kühne <mysatyre_AT_gmail.com>
Date: Mon, 27 Oct 2014 19:42:23 +0100

in config.h something along the lines of

enum color_mode {
  REVERSE,
  COLOR,
};
struct selection_colors {
  enum color_mode;
  int colors[];
}
static const struct selection_colors same = { .color_mode = COLOR,
.colors = { 7, 0 } };
static const struct selection_colors different = { .color_mode = REVERSE };

Sorry for the previous email. My email client went crazy on me.

cheers!
mar77i
Received on Mon Oct 27 2014 - 19:42:23 CET

This archive was generated by hypermail 2.3.0 : Mon Oct 27 2014 - 19:48:14 CET