[PC-BSD Commits] r2684 - pcbsd/trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 3 10:32:06 PDT 2008
Author: kris
Date: 2008-09-03 10:32:06 -0700 (Wed, 03 Sep 2008)
New Revision: 2684
Removed:
pcbsd/trunk/system-overlay/usr/share/skel/.gtk_qt_engine_rc
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/.gtkrc-2.0
Log:
Updated the default gtk2 theme we use, firefox and other GTK2 apps look GREAT now
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.gtkrc-2.0
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.gtkrc-2.0 2008-09-03 16:37:14 UTC (rev 2683)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.gtkrc-2.0 2008-09-03 17:32:06 UTC (rev 2684)
@@ -1,13 +1,13 @@
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
-include "/usr/local/share/themes/Qt/gtk-2.0/gtkrc"
+include "/usr/local/share/themes/QtCurve/gtk-2.0/gtkrc"
style "user-font"
{
- font_name="Sans Serif 10"
+ font_name="Sans Serif"
}
widget_class "*" style "user-font"
-gtk-theme-name="Qt"
+gtk-theme-name="qtcurve-default"
gtk-font-name="Sans Serif 10"
More information about the Commits
mailing list