summaryrefslogtreecommitdiff
path: root/joy
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2012-07-13 09:36:45 -0700
committerVagrant Cascadian <vagrant@debian.org>2012-07-13 09:36:45 -0700
commit6a88f7b69377e136d2d8d9a75218bf6a2cc37b34 (patch)
tree023063ab10929c6afa417199ce890dfb3d192ab9 /joy
ldm-themes (12.07.1) unstable; urgency=low
[ Jonathan Carter ] * Remove all alternatives (Closes: #679208). * Replace murrine gtk theme with mist in greeter-gtkrc. * Replace recommends on gtk2-engines-murrine with gtk2-engines, as it is already used in ldm, and doesn't pull in extraneous Recommends. * Fix typos in package description. * My first upload at a Debconf! :D [ Vagrant Cascadian ] * Remove spacefun theme, as it was never shipped with squeeze. * Remove unnecessary .png files that are already shipped with ldm. * Update debian/copyright to reflect switch to Joy theme. * Finish switching to Joy theme (Closes: #678474). # imported from the archive
Diffstat (limited to 'joy')
-rw-r--r--joy/bg.pngbin0 -> 187566 bytes
-rw-r--r--joy/greeter-gtkrc128
-rw-r--r--joy/logo.pngbin0 -> 3404 bytes
3 files changed, 128 insertions, 0 deletions
diff --git a/joy/bg.png b/joy/bg.png
new file mode 100644
index 0000000..f101934
--- /dev/null
+++ b/joy/bg.png
Binary files differ
diff --git a/joy/greeter-gtkrc b/joy/greeter-gtkrc
new file mode 100644
index 0000000..290ac20
--- /dev/null
+++ b/joy/greeter-gtkrc
@@ -0,0 +1,128 @@
+gtk_color_scheme = "fg_color:#ffffff\nbg_color:#424242\nbase_color:#FFF\ntext_color:#000000\nselected_bg_color:#c8c8c9\nselected_fg_color:#1A1A1A\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000"
+
+style "default"
+{
+ fg[NORMAL] = @fg_color
+ fg[ACTIVE] = @fg_color
+ fg[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
+
+ fg[PRELIGHT] = @fg_color
+ fg[SELECTED] = @selected_fg_color
+
+ bg[ACTIVE] = shade (0.9, @bg_color)
+ bg[NORMAL] = @bg_color
+ bg[INSENSITIVE] = shade (0.95, @bg_color)
+ bg[PRELIGHT] = shade (1.03, @bg_color)
+ bg[SELECTED] = @selected_bg_color
+
+ base[NORMAL] = @base_color
+ base[ACTIVE] = shade (0.9, @selected_bg_color)
+ base[INSENSITIVE] = shade (0.95, @base_color)
+ base[PRELIGHT] = @bg_color
+ base[SELECTED] = @selected_bg_color
+
+ text[NORMAL] = @text_color
+ text[ACTIVE] = @text_color
+ text[PRELIGHT] = @text_color
+ text[SELECTED] = @selected_fg_color
+ text[INSENSITIVE] = mix (0.5, @text_color, @base_color)
+
+
+ GtkRange::trough_border = 0
+ GtkRange::slider_width = 15
+ GtkRange::stepper_size = 15
+
+ GtkEntry::progress-border = { 0, 0, 0, 0 }
+
+ GtkScrollbar::min_slider_length = 15
+ GtkCheckButton::indicator_size=10
+ GtkCheckMenuItem::indicator_size=10
+ GtkRadioButton::indicator_size=12
+
+ GtkNotebook::tab_vborder = 1
+ GtkNotebook::tab_hborder = 1
+ xthickness = 1
+ ythickness = 1
+
+ NautilusIconContainer::dark_info_color="#888888"
+ NautilusIconContainer::light_info_color="#bbbbbb"
+ NautilusIconContainer::highlight_alpha=200
+
+ GtkMenu::horizontal_padding=0
+ GtkMenu::vertical_padding=0
+
+ engine "mist"
+ {
+ }
+}
+
+style "menuitem"
+{
+ ythickness = 2
+ xthickness = 2
+
+ fg[PRELIGHT] = @selected_fg_color
+}
+
+style "menu"
+{
+ ythickness = 2
+ xthickness = 2
+}
+
+style "entry"
+{
+ bg[SELECTED] = mix(0.35, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+}
+
+class "GtkWidget" style "default"
+class "GtkMenu" style "menu"
+class "GtkEntry" style "entry"
+
+widget_class "*<GtkMenuItem>*" style "menuitem"
+
+
+
+# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
+# Note that the work around assumes that the combobox is _not_ in
+# appears-as-list mode.
+# This style does not affect GtkComboBoxEntry, it does have an effect
+# on comboboxes in appears-as-list mode though.
+style "mist-text-is-fg-color-workaround"
+{
+ text[NORMAL] = @fg_color
+ text[ACTIVE] = @fg_color
+ text[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
+ text[PRELIGHT] = @fg_color
+ text[SELECTED] = @selected_fg_color
+}
+widget_class "*.<GtkComboBox>.<GtkCellView>" style "mist-text-is-fg-color-workaround"
+
+style "mist-menuitem-text-is-fg-color-workaround"
+{
+ text[NORMAL] = @fg_color
+ text[ACTIVE] = @fg_color
+ text[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
+ text[PRELIGHT] = @selected_fg_color
+ text[SELECTED] = @selected_fg_color
+}
+widget "*.gtk-combobox-popup-menu.*" style "mist-menuitem-text-is-fg-color-workaround"
+
+# Work around the usage of GtkLabel inside GtkListItems to display text.
+# This breaks because the label is shown on a background that is based on the
+# base color set.
+style "mist-fg-is-text-color-workaround"
+{
+ fg[NORMAL] = @text_color
+ fg[ACTIVE] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[SELECTED] = @selected_fg_color
+ fg[INSENSITIVE] = mix (0.5, @text_color, @base_color)
+}
+widget_class "*<GtkListItem>*" style "mist-fg-is-text-color-workaround"
+# The same problem also exists for GtkCList and GtkCTree
+# Only match GtkCList and not the parent widgets, because that would also change the headers.
+widget_class "*<GtkCList>" style "mist-fg-is-text-color-workaround"
+
+
diff --git a/joy/logo.png b/joy/logo.png
new file mode 100644
index 0000000..9d2a894
--- /dev/null
+++ b/joy/logo.png
Binary files differ