From dc9a08d00ec932b033eabff895cc03d2c32d3935 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 4 Jul 2017 11:34:31 -0400 Subject: [PATCH] tweaked selection background to make the selected text more readable: --- lib/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.c b/lib/config.c index aa900a0..8ea8767 100644 --- a/lib/config.c +++ b/lib/config.c @@ -47,7 +47,7 @@ struct { /* default color palette definition */ [Color00] = { "tide.palette.00", INTEGER, { .num = 0xff002b36 } }, [Color01] = { "tide.palette.01", INTEGER, { .num = 0xff073642 } }, - [Color02] = { "tide.palette.02", INTEGER, { .num = 0xff586e75 } }, + [Color02] = { "tide.palette.02", INTEGER, { .num = 0xff30464d } }, [Color03] = { "tide.palette.03", INTEGER, { .num = 0xff657b83 } }, [Color04] = { "tide.palette.04", INTEGER, { .num = 0xff839496 } }, [Color05] = { "tide.palette.05", INTEGER, { .num = 0xff93a1a1 } }, -- 2.49.0