tMore readable colours for GtkTextView. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6f63f53eb00ba9694dbd53dd7d1c5b6abe1f74f7
(DIR) parent 79f711eab5b751a38e1f226fea9a438a8ab8885b
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Thu, 4 Apr 2002 16:09:39 +0000
More readable colours for GtkTextView.
Diffstat:
M src/gui_client/gtk_client.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -2097,9 +2097,9 @@ static void make_tags(GtkTextView *textview)
gtk_text_buffer_create_tag(buffer, "jet", "foreground", "blue", NULL);
gtk_text_buffer_create_tag(buffer, "talk", "foreground", "red", NULL);
- gtk_text_buffer_create_tag(buffer, "page", "foreground", "green", NULL);
- gtk_text_buffer_create_tag(buffer, "join", "foreground", "cyan", NULL);
- gtk_text_buffer_create_tag(buffer, "leave", "foreground", "cyan", NULL);
+ gtk_text_buffer_create_tag(buffer, "page", "foreground", "magenta", NULL);
+ gtk_text_buffer_create_tag(buffer, "join", "foreground", "darkblue", NULL);
+ gtk_text_buffer_create_tag(buffer, "leave", "foreground", "darkred", NULL);
}
#ifdef CYGWIN