summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-13 21:13:38 +0200
committerraveit65 <[email protected]>2015-09-13 21:13:38 +0200
commite811bca43529ad61bfab86a961d79a7503ddba98 (patch)
treeec3e4b8762d153c0d8e6fdf7c07418ec31c85400
parent504f24adbff0b1d3206d892bb166ffc381cfef93 (diff)
downloadmate-themes-e811bca43529ad61bfab86a961d79a7503ddba98.tar.bz2
mate-themes-e811bca43529ad61bfab86a961d79a7503ddba98.tar.xz
Gtk3 Blue-Submarine: some improvements for nautilus, nemo and dconf-editor
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css148
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css53
2 files changed, 98 insertions, 103 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
index dae540cd..fb3936a0 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -1,12 +1,4 @@
-/*
-GeditWindow GtkLayout,
-GeditWindow GtkExpander,
-GeditWindow GtkAspectFrame,
-GeditPanel
-GeditDocumentsPanel
-*/
-
EphyWindow {
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -14,18 +6,6 @@ EphyWindow {
to (shade(@theme_bg_dark_color, 0.92)));
}
-/* FIXME fg color need to change too
-GeditWindow GtkPaned {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 0.95)),
- to (shade(@theme_bg_dark_color, 0.90)));
- box-shadow: inset 0px 2px shade(@theme_highlight_color, 1.00),
- inset 0px 1px @theme_mdi_border_color;
-
-}
-*/
-
/* gedit line numbers */
GeditView {
background-color: shade (@bg_color, 1.07);
@@ -255,6 +235,16 @@ TerminalScreen {
color: @selected_fg_color;
}
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 8px;
+}
+
RBDisplayPageTree.frame {
border-width: 0px 1px 1px 0px;
}
@@ -290,6 +280,10 @@ RBSource .toolbar .button *:checked:hover {
text-shadow: 0 1px @theme_shadow_color;
}
+/************
+ * Nautilus *
+ ************/
+
.info,
.question,
NautilusFloatingBar,
@@ -312,6 +306,24 @@ NautilusQueryEditor.info {
inset 0px -1px alpha(#fff, 0.06);
}
+/* avoid unwanted background color */
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+}
+
+/* remove right shadow */
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:hover:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:checked:first-child {
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px alpha(shade(@theme_selected_bg_color, 0.94), 0.80),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
NautilusSearchBar .entry,
NautilusSearchBar .entry:focus {
-GtkEntry-inner-border: 1;
@@ -321,7 +333,6 @@ NautilusSearchBar .entry.image {
color: shade(@nautilus_cluebar_color, 0.60);
}
-
NautilusTrashBar GtkLabel {
color: shade(@theme_fg_color, 1.00);
text-shadow: 0 1px @theme_shadow_color;
@@ -446,8 +457,11 @@ NautilusWindow .sidebar .scrollbar.trough.vertical {
}
/* the small line between sidebar and view */
-NautilusWindow * {
- -GtkPaned-handle-size: 3px;
+NautilusWindow GtkPaned.horizontal {
+ border-color: shade(@theme_bg_color, 0.80);
+ border-style: solid;
+ border-width: 0px 1px 0px 0px;
+ -GtkPaned-handle-size: 4px;
}
NautilusWindow .sidebar .frame {
@@ -457,54 +471,6 @@ NautilusWindow .sidebar .frame {
border-bottom-width: 0;
}
-/* disabled, looks uggly
-NautilusWindow > GtkTable > .pane-separator,
-NautilusWindow .pane-separator {
- background-color: @sidebar_background;
- background-image: -gtk-gradient (linear,
- left top, right top,
- from (@sidebar_background),
- color-stop(0.50, @sidebar_background),
- to (shade(@theme_bg_color, 0.60)));
- border-style: solid;
- border-width: 0px;
- border-color: @sidebar_background;
- border-image: none;
-}*/
-
-NautilusWindow .primary-toolbar.toolbar .button:active,
-NautilusWindow .primary-toolbar.toolbar .button:active:hover,
-NautilusWindow .primary-toolbar.toolbar .button:checked,
-NautilusWindow .primary-toolbar.toolbar .button:checked:hover {
- padding: 2px 4px;
- background-color: transparent;
- background-image: none;
- border-width: 1px;
- border-style: solid;
- border-radius: 5px;
- border-image: none;
- border-color: transparent;
- box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
- inset 1px 0px shade (@theme_selected_bg_color, 1.3),
- inset -1px 0px shade (@theme_selected_bg_color, 1.3),
- inset 0px -1px shade (@theme_selected_bg_color, 1.3);
-}
-
-NautilusWindow .primary-toolbar .toolbar .button:hover,
-NautilusWindow .primary-toolbar.toolbar .button:hover {
- background-color: transparent;
- padding: 2px 4px;
- background-image: none;
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- border-color: transparent;
- box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
- inset 1px 0px shade (@theme_selected_bg_color, 1.3),
- inset -1px 0px shade (@theme_selected_bg_color, 1.3),
- inset 0px -1px shade (@theme_selected_bg_color, 1.3);
-}
-
/* frame icons nautilus view */
NautilusView.frame {
border-top-width: 0;
@@ -619,33 +585,6 @@ NautilusWindow .notebook tab .button GtkImage:checked:hover {
alpha(black, 0.13);
}
-/*
-.baobab-toolbar.toolbar {
- border-color: shade (@bg_color, 0.9);
- border-style: solid;
- border-width: 0 0 1px 0;
- border-radius: 0;
-}
-
-.cell.baobab-level-cell,
-.cell.baobab-level-cell:hover,
-.cell.baobab-level-cell:selected,
-.cell.baobab-level-cell:selected:hover {
- border-color: alpha (black, 0.06);
- border-width: 1px;
- border-style: solid;
- background-color: @theme_base_color;
-}
-*/
-
-ApDocView, /* Abiword */
-EogScrollView, /* Eog */
-CheeseThumbView /* Cheese */
-{
- background-color: @chrome_bg_color;
- -EogScrollView-shadow-type: none;
-}
-
/* nautilus */
.nautilus-canvas-item {
border-radius: 3px;
@@ -673,6 +612,14 @@ CheeseThumbView /* Cheese */
text-shadow: none;
}
+ApDocView, /* Abiword */
+EogScrollView, /* Eog */
+CheeseThumbView /* Cheese */
+{
+ background-color: @chrome_bg_color;
+ -EogScrollView-shadow-type: none;
+}
+
/* Documents */
gnome_control_center GtkScrolledWindow.frame,
GnomeControlCenter GtkScrolledWindow.frame,
@@ -708,8 +655,3 @@ RemminaConnectionWindow .toolbar {
border-image: none;
}
-/* dconf editor sidebar */
-DConfDirView.view {
- background-color: shade (@theme_bg_color, 1.08);
-}
-
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index b5508d53..b84365ed 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -642,3 +642,56 @@ NemoWindow .notebook tab .button GtkImage:active:hover {
border-radius: 4px;
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfDirView {
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
+}
+
+/* dconf editor sidebar */
+DConfDirView.view,
+DConfDirView.view row {
+ background-color: shade (@theme_bg_color, 1.08);
+}
+
+DConfDirView.view row:selected,
+DConfDirView.view row:selected:hover {
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (shade(@sidebar_selected_bg, 0.90)),
+ color-stop (0.40, shade (@sidebar_selected_bg, 0.98)),
+ to (shade(@sidebar_selected_bg, 1.05)));
+ color: @theme_selected_fg_color;
+ border-radius: 6px;
+ border-style: solid;
+ border-width: 1px 0px 0px 0px;
+ border-color: shade (@sidebar_selected_bg, 0.90) #bbb shade (@sidebar_selected_bg, 1.05);
+ text-shadow: none;
+}
+
+DConfDirView.view row:hover {
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (shade(@theme_bg_color, 1.05)),
+ color-stop (0.40, shade (@theme_bg_color, 1.13)),
+ to (shade(@theme_bg_color, 1.10)));
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+ color: shade (@theme_fg_color, 0.90);
+ border-radius: 6px;
+ text-shadow: none;
+}
+
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+