summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2002-07-19 20:27:29 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2002-07-19 20:27:29 +0000
commitfa5dfae9e64e15843f21809e820276e7a54fec56 (patch)
tree8115a8114e175418ed4648de056cf0912c58ef48 /icons
parentdfff0b2322a9a56f7d80bc90d2212f2b438e3c86 (diff)
downloadnautilus-fa5dfae9e64e15843f21809e820276e7a54fec56.tar.gz
Fixes the Nautilus part of #46238; see eel for the other part.
2002-07-19 Federico Mena Quintero <federico@ximian.com> Fixes the Nautilus part of #46238; see eel for the other part. * components/hardware/nautilus-hardware-view.c (nautilus_hardware_view_init): Do not set a hardcoded background color; just use the color from the GTK+ theme. We still set up the EelBackground as this handles dragged colors, but it does not save them anywhere. * components/notes/nautilus-notes.c (make_notes_view): Do not set up an EelBackground at all for the text view; just let it use the default color from the GTK+ theme. This code did not handle dragged colors or anything, anyways. * src/nautilus-property-browser.c (nautilus_property_browser_init): Do not set a hardcoded background color. * src/nautilus-sidebar.c (nautilus_sidebar_style_set): ::style_set() handler; we act as if the theme changed. * icons/gnome/gnome.xml: Removed hardcoded colors and background images so that we follow the current GTK+ theme. It's bland but good.
Diffstat (limited to 'icons')
-rw-r--r--icons/gnome/gnome.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/icons/gnome/gnome.xml b/icons/gnome/gnome.xml
index f9376e65f..428e78487 100644
--- a/icons/gnome/gnome.xml
+++ b/icons/gnome/gnome.xml
@@ -2,24 +2,12 @@
<theme _name="GNOME" _description="A theme designed to fit well with the classic GNOME environment.">
- <directory background_tile_image="patterns/gnome.jpg"
- selection_box_color_rgba="0x00441140"
- selection_box_color="#8d8173"/>
-
- <sidebar sidebar_background_color="#8d8173-#3f372e%80-#000000:h"
- sidebar_background_tile_image="patterns/.striated.png"
- tab_piece_images="sidebar_tab_pieces" combine="true"
- left_offset="0" shadow_offset="1" text_h_offset="-4"
- label_color="#FFFFFF"
- tab_font="Helvetica Bold" />
+ <sidebar tab_piece_images="sidebar_tab_pieces" combine="true"
+ left_offset="0" shadow_offset="1" text_h_offset="-4"/>
<desktop background_tile_image="patterns/dark-gnome.jpg"
background_color="#:F400/F200/e800"/>
- <icon highlight_background_color="#000000"
- highlight_text_color="#FFFFFF"
- text_fill_color="#FFFFFF"/>
-
<thumbnails frame_offsets="3,3,6,6"/>
<toolbar icon_theme="standard"/>
<throbber frame_count="6" url="http://www.gnome.org"/>