[vte/vte-next: 90/114] Fix default highlight colour
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 90/114] Fix default highlight colour
- Date: Mon, 30 May 2011 17:14:18 +0000 (UTC)
commit 9d4e70fbfa505c11a9eeef5ddda08dd73ea2fa10
Author: Christian Persch <chpe gnome org>
Date: Sun May 22 23:00:28 2011 +0200
Fix default highlight colour
Use a colour different from the default foreground colour, so selection
doesn't white out the text.
src/palette.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palette.c b/src/palette.c
index ce509a7..a9da744 100644
--- a/src/palette.c
+++ b/src/palette.c
@@ -201,7 +201,7 @@ write_properties (PropertyWriteFunc func)
generate_bold(&fore, &back, 0.5, &color);
write_property_va (func, &color, "dim-foreground-color");
- color.red = color.green = color.blue = 0.75;
+ color.red = color.green = color.blue = 1.;
color.alpha = 1.;
write_property_va (func, &color, "selection-background-color");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]