r14602 - in /desktop/unstable/gnome-themes/debian: changelog themes/DebianRed/gtk-2.0/gtkrc
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Feb 16 03:08:45 UTC 2008
Author: joss
Date: Sat Feb 16 03:08:45 2008
New Revision: 14602
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14602
Log:
* debian/themes/DebianRed/gtk-2.0/gtkrc:
+ Re-use clearlooks instead of lighthouseblue. Closes: #463180.
+ Make colors less aggressive and closer to those of the Debian
logo.
Modified:
desktop/unstable/gnome-themes/debian/changelog
desktop/unstable/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc
Modified: desktop/unstable/gnome-themes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes/debian/changelog?rev=14602&op=diff
==============================================================================
--- desktop/unstable/gnome-themes/debian/changelog (original)
+++ desktop/unstable/gnome-themes/debian/changelog Sat Feb 16 03:08:45 2008
@@ -5,6 +5,12 @@
[ Loic Minier ]
* Remove /usr/share/icons/icon-theme.cache in gnome-a-t.postinst as well.
+
+ [ Josselin Mouette ]
+ * debian/themes/DebianRed/gtk-2.0/gtkrc:
+ + Re-use clearlooks instead of lighthouseblue. Closes: #463180.
+ + Make colors less aggressive and closer to those of the Debian
+ logo.
-- Loic Minier <lool at dooz.org> Mon, 10 Dec 2007 11:38:48 +0100
Modified: desktop/unstable/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc?rev=14602&op=diff
==============================================================================
--- desktop/unstable/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc (original)
+++ desktop/unstable/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc Sat Feb 16 03:08:45 2008
@@ -1,4 +1,4 @@
-# LighthouseBlue Theme Variation: Debian Color Scheme
+# Debian Color Scheme
pixmap_path "/usr/share/pixmaps"
@@ -33,13 +33,13 @@
bg[NORMAL] = "#eeeee0"
bg[ACTIVE] = "#CCCCC0" #button pressed and taskbar active
bg[PRELIGHT] = "#ddddd0"
- bg[SELECTED] = "#d60451" #"#bbbbb0"
+ bg[SELECTED] = "#c70036" #"#bbbbb0"
bg[INSENSITIVE] = "#D6D6D6"
base[NORMAL] = "#FFFFFF"
base[ACTIVE] = "#bbbbb0"
base[PRELIGHT] = "#bbbbb0"
- base[SELECTED] = "#d60451"
+ base[SELECTED] = "#c6607b"
base[INSENSITIVE]= "#E9E9E9"
text[NORMAL] = "#000000"
@@ -51,11 +51,13 @@
#font_name = "Tahoma 10"
#font_name = "Verdana 10"
- engine "lighthouseblue"
+ engine "clearlooks"
{
- has_notebook_patch = FALSE
- make_tab_labels_bold = TRUE
- make_frame_labels_bold = TRUE
+ colorize_scrollbar = FALSE
+ menubarstyle = 2
+ toolbarstyle = 1
+ animation = FALSE
+ style = GUMMY
}
}
More information about the pkg-gnome-commits
mailing list