From 67891b741dbe6a64518aac585445ce2ffe41c081 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 2 Mar 2014 19:12:30 +0100 Subject: Menta, Menta-Blue: update to zukitwo changes from 2013.12.10 Good bye adwaita engine warning + div. improvements --- desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am | 2 +- desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc | 43 --------------------- desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc | 46 +++++++++++++++++++++++ desktop-themes/BlueMenta/gtk-2.0/gtkrc | 4 +- 4 files changed, 49 insertions(+), 46 deletions(-) delete mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc create mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc (limited to 'desktop-themes/BlueMenta/gtk-2.0') diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am index 8979bd6f..1d12dbd5 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am @@ -4,7 +4,7 @@ theme_DATA = \ chromium.rc \ combo_down.png \ dummy.png \ - pcmanfm.rc \ + thunar.rc \ stock_back.png \ stock_find.png \ stock_forward.png \ diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc deleted file mode 100644 index 8dcfdaed..00000000 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc +++ /dev/null @@ -1,43 +0,0 @@ -style "pcmanfm-sidebar" = "murrine-sidebar" { - font_name = "Regular" - - GtkTreeView::odd_row_color = @bg_color - GtkTreeView::even_row_color = @bg_color - - # these make the padding from left window edge a little more sane - GtkTreeView::vertical_separator = 4 - GtkTreeView::horizontal_separator = 15 - GtkTreeView::indent-expanders = 1 # 1 means TRUE - GtkTreeView::expander-size = 8 - GtkExpander::expander_spacing = 16 - GtkButton::image_spacing = 4 - - xthickness = 0 - ythickness = 1 -} - -# A little more vertical padding on the toolbar -style "pcman-padding" { - xthickness = 3 - ythickness = 3 -} - -# For the thin gray line separating the sidepane and viewpane -style "pcmanfm-handle" -{ - GtkPaned::handle-size = 1 - - engine "pixmap" { - image { - function = HANDLE - recolorable = TRUE - file = "Handles/handle-caja.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - } -} - -widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding" -widget_class "*FmSidePane*" style "pcmanfm-sidebar" -widget "*FmMainWin*FmTabPage" style "pcmanfm-handle" diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc new file mode 100644 index 00000000..0179ae2b --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc @@ -0,0 +1,46 @@ +# ======================== +# THUNAR SPECIFIC SETTINGS +# ======================== + +style "thunar-location" { + ThunarLocationButtons::spacing = 0 +} + +style "thunar-handle" { + GtkPaned::handle-size = 1 + engine "pixmap" { + image { function = HANDLE file = "/Handles/handle-caja.png" stretch = TRUE border = { 0, 0, 0, 0 } } + } +} + +style "thunar-statusbar" { + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = RESIZE_GRIP + recolorable = FALSE + detail = "statusbar" + overlay_file = "/Others/null.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + +style "thunar-sidepane" { + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarLocationButtons*" style "thunar-location" +widget_class "*ThunarShortcutsView*" style "thunar-sidepane" +widget_class "*ThunarTreeView*" style "thunar-sidepane" +widget_class "*ThunarWindow*." style "thunar-handle" +widget_class "*ThunarStatusbar*" style "thunar-statusbar" diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index 4cffc259..5da628ac 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -9,7 +9,7 @@ # NOTE: Uncommenting means to delete the "#" at the beginning of a line. Commenting means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the specified line or not. -# These are the defined colors for the theme, you can change them in GNOME's appearance preferences. +# These are the defined colors for the theme, you can change them in MATE's appearance preferences. gtk_color_scheme = "bg_color:#d4d4d4\nselected_bg_color:#6699CC\nbase_color:#F7F7F7" # Background, base. gtk_color_scheme = "fg_color:#2c2c2c\nselected_fg_color:#f5f5f5\ntext_color:#2c2c2c" # Foreground, text. gtk_color_scheme = "tooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000000" # Tooltips. @@ -728,6 +728,6 @@ widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if th ### EXTERNAL FILES ### include "apps/chromium.rc" # Chromium styling -include "apps/pcmanfm.rc" # PCManFM styling +include "apps/thunar.rc" # Thunar styling include "apps/caja.rc" # Caja styling include "apps/pluma.rc" # Pluma styling -- cgit v1.2.1