forked from AuroraMiddleware/gtk
Install a Default RC file that sets the tooltips color to yellow. (#58542)
Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.default gtk/Makefile.am: Install a Default RC file that sets the tooltips color to yellow. (#58542) * gtk/gtksettings.c (gtk_settings_class_init): make the default theme "Default", not NULL.
This commit is contained in:
parent
cb26587ff8
commit
91698f9a70
9
gtk/gtkrc.default
Normal file
9
gtk/gtkrc.default
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# This theme is the default theme if no other theme is selected.
|
||||
#
|
||||
style "gtk-default-tooltips-style" {
|
||||
bg[NORMAL] = "#ffffc0"
|
||||
fg[NORMAL] = "#000000"
|
||||
}
|
||||
|
||||
widget "gtk-tooltips" style "gtk-default-tooltips-style"
|
Loading…
Reference in New Issue
Block a user