r9528 - in /desktop/experimental/gnome-themes/debian: changelog themes/DebianRed/gtk-2.0/gtkrc

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 5 21:36:13 UTC 2007


Author: joss
Date: Thu Apr  5 21:36:13 2007
New Revision: 9528

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9528
Log:
* Fix DebianRed's gtkrc to use ClearLooks instead of lighthouseblue 
  (closes: #393272).

Modified:
    desktop/experimental/gnome-themes/debian/changelog
    desktop/experimental/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc

Modified: desktop/experimental/gnome-themes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes/debian/changelog?rev=9528&op=diff
==============================================================================
--- desktop/experimental/gnome-themes/debian/changelog (original)
+++ desktop/experimental/gnome-themes/debian/changelog Thu Apr  5 21:36:13 2007
@@ -1,8 +1,13 @@
 gnome-themes (2.18.0-2) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Merge 2.14.3-2; SVN r8332:9099.
 
- -- Loic Minier <lool at dooz.org>  Sun, 18 Mar 2007 19:26:28 +0100
+  [ Josselin Mouette ]
+  * Fix DebianRed's gtkrc to use ClearLooks instead of lighthouseblue 
+    (closes: #393272).
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 05 Apr 2007 23:35:31 +0200
 
 gnome-themes (2.18.0-1) experimental; urgency=low
 

Modified: desktop/experimental/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc?rev=9528&op=diff
==============================================================================
--- desktop/experimental/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc (original)
+++ desktop/experimental/gnome-themes/debian/themes/DebianRed/gtk-2.0/gtkrc Thu Apr  5 21:36:13 2007
@@ -1,131 +1,176 @@
-# LighthouseBlue Theme Variation: Debian Color Scheme
+style "clearlooks-default"
+{
+  GtkButton      ::default_border    = { 0, 0, 0, 0 }
+  GtkRange       ::trough_border     = 0
+  GtkPaned       ::handle_size       = 6
+  GtkRange       ::slider_width      = 15
+  GtkRange       ::stepper_size      = 15
+  
+  GtkScrollbar   ::min_slider_length = 30
+  GtkCheckButton ::indicator_size    = 14
+  GtkMenuBar     ::internal-padding  = 0
+  GtkTreeView    ::expander_size     = 14
+  GtkExpander    ::expander_size     = 16
+  GtkScale       ::slider-length     = 27
+#  GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
+#  GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
+#  GtkScrollbar   ::has-secondary-forward-stepper = 1
+#  GtkScrollbar   ::has-secondary-backward-stepper = 1
 
-pixmap_path "/usr/share/pixmaps"
+  GtkButton      ::child-displacement-x = 1
+  GtkButton      ::child-displacement-y = 1
 
-style "default"
-{
-  GtkWidget::interior_focus = 1
-  GtkButton::default_border = { 0, 0, 0, 0 }
-  GtkButton::default_outside_border = { 0, 0, 0, 0 }
-  GtkRange::trough_border = 0
+  WnckTasklist   ::fade-overlay-rect = 0
 
-  GtkWidget::focus_padding = 1
-
-  GtkPaned::handle_size = 6
-
-  GtkRange::slider_width = 17
-  GtkRange::stepper_size = 17
-  GtkScrollbar::min_slider_length = 30
-  GtkCheckButton::indicator_size = 12
-  GtkMenuBar::internal-padding = 0
-
-  #xthickness = 2
-  #ythickness = 4
   xthickness = 1
   ythickness = 1
 
-  fg[NORMAL]       = "#000000"
-  fg[ACTIVE]       = "#000000"
-  fg[PRELIGHT]     = "#000000"
-  fg[SELECTED]     = "#000000" #"#FFFFFF"
-  fg[INSENSITIVE]  = "#747474"
+  fg[NORMAL]        = "#000000" # black
+  fg[PRELIGHT]      = "#000000" # black
+  fg[SELECTED]      = "#ffffff" # white 
+  fg[ACTIVE]        = "#000000" # black
+  fg[INSENSITIVE]   = "#747474" # grey
 
-  bg[NORMAL]       = "#eeeee0"
-  bg[ACTIVE]       = "#CCCCC0" #button pressed and taskbar active
-  bg[PRELIGHT]     = "#ddddd0"
-  bg[SELECTED]     = "#d60451" #"#bbbbb0"
-  bg[INSENSITIVE]  = "#D6D6D6"
+  bg[NORMAL]        = "#eeeee0"
+  bg[PRELIGHT]      = "#ddddd0"
+  bg[SELECTED]	    = "#d60451"
+  bg[INSENSITIVE]   = "#d6d6d6"
+  bg[ACTIVE]        = "#ccccc0"
 
-  base[NORMAL]     = "#FFFFFF"
-  base[ACTIVE]     = "#bbbbb0"
-  base[PRELIGHT]   = "#bbbbb0"
-  base[SELECTED]   = "#d60451"
-  base[INSENSITIVE]= "#E9E9E9"
+  base[NORMAL]      = "#ffffff" # white 
+  base[PRELIGHT]    = "#bbbbb0"
+  base[ACTIVE]      = "#bbbbb0" # darker that pre-light?
+  base[SELECTED]    = "#d60451"
+  base[INSENSITIVE] = "#e9e9e9"
 
-  text[NORMAL]     = "#000000"
-  text[ACTIVE]     = "#ffffff"
-  text[PRELIGHT]   = "#ffffff"
-  text[SELECTED]   = "#000000" #"#ffffff"
-  text[INSENSITIVE]= "#747474"
+  text[NORMAL]      = "#000000" # black
+  text[PRELIGHT]    = "#000000" # black
+  text[ACTIVE]      = "#ffffff" # white
+  text[SELECTED]    = "#ffffff" # white
+  text[INSENSITIVE] = "#747474"
 
-  #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
+    #scrollbar_color   = "#76acde"
+    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
+    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
+    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
+    progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
+    animation         = FALSE
   }
 }
 
-style "notebook" = "default"
-{
-  xthickness = 2
-  ythickness = 2
 
-  bg[NORMAL]       = "#ddddd0"
-  bg[ACTIVE]       = "#E6E6E0"
-}
-
-style "frame" = "default"
-{
-  xthickness = 1
-  ythickness = 1
-
-  bg[NORMAL]       = "#ddddd0"
-}
-
-style "button" = "default"
-{
-  xthickness = 2
-  ythickness = 2
-
-  bg[NORMAL]       = "#ddddd0"
-  bg[PRELIGHT]     = "#fffff0"
-}
-
-style "menu" = "default"
+style "clearlooks-wide" = "clearlooks-default"
 {
   xthickness = 2
   ythickness = 2
 }
 
-style "menuitem" = "default"
-{
-  xthickness = 2
-  ythickness = 3
-
-  bg[PRELIGHT]     = "#d60451"
-  fg[PRELIGHT]     = "#000000" #"#ffffff"
-}
-
-style "menubar" = "menu"
+style "clearlooks-wider" = "clearlooks-default"
 {
   xthickness = 3
   ythickness = 3
 }
 
-style "thin" = "default"
+style "clearlooks-button" = "clearlooks-wider"
+{
+  bg[NORMAL]        = "#f6f4f1"
+  bg[INSENSITIVE]   = "#f2efeb"
+  bg[PRELIGHT]      = "#faf9f8"
+}
+
+style "clearlooks-notebook" = "clearlooks-wide"
+{
+  bg[NORMAL]      = "#efebe5"
+  bg[INSENSITIVE] = "#efebe5"
+}
+
+style "clearlooks-tasklist" = "clearlooks-default"
+{
+  xthickness = 5
+  ythickness = 3
+}
+
+style "clearlooks-menu" = "clearlooks-default"
+{
+  xthickness = 2
+  ythickness = 1
+  bg[NORMAL] = "#f9f7f3"
+}
+
+style "clearlooks-menubar-item" = "clearlooks-button"
+{
+    fg[PRELIGHT] = "#000000"
+}
+
+style "clearlooks-menu-item" = "clearlooks-default"
+{
+  xthickness = 2
+  ythickness = 3
+  fg[PRELIGHT] = "#ffffff"
+  text[PRELIGHT] = "#ffffff"
+}
+
+style "clearlooks-tree" = "clearlooks-default"
+{
+  xthickness = 2
+  ythickness = 2
+}
+
+style "clearlooks-frame-title" = "clearlooks-default"
+{
+  fg[NORMAL] = "#404040"
+}
+
+style "clearlooks-tooltips" = "clearlooks-default"
+{
+  xthickness = 4
+  ythickness = 4
+  bg[NORMAL] = { 1.0,1.0,0.75 }
+}
+
+style "clearlooks-progressbar" = "clearlooks-wide"
 {
   xthickness = 1
   ythickness = 1
+  fg[PRELIGHT]  = "#ffffff"
 }
 
-class "GtkWidget" style "default"
-class "GtkNotebook" style "notebook"
-class "GtkButton" style "button"
-class "GtkFrame" style "frame"
-class "GtkMenuBar" style "menubar"
-class "GtkMenu" style "menu"
-class "GtkMenuItem" style "menuitem"
-class "GtkScrollbar" style "thin"
-class "GtkSpinButton" style "thin"
+style "clearlooks-combo" = "clearlooks-button"
+{
+}
 
-widget_class "*.GtkButton.*" style "button"
-widget_class "*.GtkMenuItem.*" style "menuitem"
-widget_class "*.GtkAccelMenuItem.*" style "menuitem"
-widget_class "*.GtkRadioMenuItem.*" style "menuitem"
-widget_class "*.GtkCheckMenuItem.*" style "menuitem"
-widget_class "*.GtkImageMenuItem.*" style "menuitem"
-widget_class "*.GtkSeparatorMenuItem.*" style "menuitem"
+# widget styles
+class "GtkWidget" style "clearlooks-default"
+class "GtkButton" style "clearlooks-button"
+class "GtkScale"  style "clearlooks-button"
+class "GtkCombo"  style "clearlooks-button"
+class "GtkRange"  style "clearlooks-wide"
+class "GtkFrame"  style "clearlooks-wide"
+class "GtkMenu"   style "clearlooks-menu"
+class "GtkEntry"  style "clearlooks-wider"
+class "GtkMenuItem"    style "clearlooks-menu-item"
+class "GtkNotebook"    style "clearlooks-notebook"
+class "GtkProgressBar" style "clearlooks-progressbar"
+ 
+widget_class "*MenuItem.*" style "clearlooks-menu-item"
+
+# combobox stuff
+widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
+widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
+# tooltips stuff
+widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
+widget "gtk-tooltips" style "clearlooks-tooltips"
+
+# treeview stuff
+widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
+widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
+widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
+widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
+widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
+
+# notebook stuff
+widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
+widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
+




More information about the pkg-gnome-commits mailing list