]> git.mdlowis.com Git - projs/tide.git/commitdiff
tweaked selection background to make the selected text more readable:
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 4 Jul 2017 15:34:31 +0000 (11:34 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 4 Jul 2017 15:34:31 +0000 (11:34 -0400)
lib/config.c

index aa900a01ae5e0130bf5bac432767d112e8ac4795..8ea8767535e7c9e394ad7e7ad7874ecd505160cf 100644 (file)
@@ -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 } },