From c626cd4233c03dc5a1ec81a2b272e59bed285c85 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 1 May 2001 01:36:33 +0000 Subject: New default theme! A slighly improved version of the 2.0 Raleigh theme, Mon Apr 30 20:29:27 2001 Owen Taylor * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c: New default theme! A slighly improved version of the 2.0 Raleigh theme, with Windows-esque focus/drawing default. (GtkWidget::interior_focus defaults to TRUE.) * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base. --- gtk/gtkstyle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkstyle.h') diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 1109071c07..e49e4704b2 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -83,6 +83,7 @@ struct _GtkStyle GdkColor mid[5]; GdkColor text[5]; GdkColor base[5]; + GdkColor text_aa[5]; /* Halfway between text/base */ GdkColor black; GdkColor white; @@ -99,6 +100,7 @@ struct _GtkStyle GdkGC *mid_gc[5]; GdkGC *text_gc[5]; GdkGC *base_gc[5]; + GdkGC *text_aa_gc[5]; GdkGC *black_gc; GdkGC *white_gc; -- cgit v1.2.1