summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-04 15:24:45 +0200
committerraveit65 <[email protected]>2015-09-04 15:24:45 +0200
commitb8e29d1abdd6579c61e9f586e92f3e09dfce7533 (patch)
tree94237fd6389bb718fc231194739873c06c525a50 /desktop-themes
parent9642db0cf5687fb84ec1cc218cd6d94e6f6115b7 (diff)
downloadmate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.bz2
mate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.xz
Gtk+-3.16 most themes: style dconf-editor
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css20
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css43
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css26
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css43
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css20
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css26
6 files changed, 177 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
index e80512bd..11239cec 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
@@ -273,3 +273,23 @@ NemoQueryEditor .toolbar .entry:focus {
background-color: @less_dark_color;
border-radius: 2px;
}
+
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfDirView.view {
+ background-color: shade (@theme_bg_color, 1.08);
+}
+
+DConfDirView.view row:hover {
+ background-color: alpha(@theme_selected_bg_color, 0.2);
+}
+
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
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 b70b53e4..a6ab0be9 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -690,3 +690,46 @@ GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover {
inset 0px -1px shade (@theme_selected_bg_color, 1.3);
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+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;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 90147d4d..1d56dc1c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -280,6 +280,32 @@ GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.i
border-radius: 3px;
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfDirView.view {
+ background-color: @sidebar_bg;
+ color: @theme_text_color;
+}
+
+DConfDirView.view row:selected,
+DConfDirView.view row:selected:hover {
+ color: @theme_selected_fg_color;
+}
+
+DConfDirView.view row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.15);
+ color: shade (@theme_selected_bg_color, 0.35);
+}
+
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
/*****************
* Ubuntu styles *
*****************/
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 1d5f6c28..805e0321 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -702,3 +702,46 @@ NemoWindow .notebook tab .button GtkImage:active:hover {
border-radius: 4px;
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+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(@selected_bg_color, 1.05),
+ inset 1px 0px shade(@selected_bg_color, 0.97),
+ inset -1px 0px shade(@selected_bg_color, 0.93),
+ inset 0px -1px shade(@selected_bg_color, 0.93);
+ 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;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index 1ae66aa1..4833a1eb 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -1,13 +1,31 @@
-/* dconf editor */
+/****************
+ * Dconf-editor *
+ ****************/
+
/* sidebar */
DConfDirView.view {
background-color: shade(@theme_bg_color, 1.03);
}
+DConfDirView.view row:selected,
+DConfDirView.view row:selected:focus {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.3),
+ shade(@theme_bg_color, 0.73));
+ color: @theme_fg_color;
+}
+
DConfKeyView.view {
background-color: shade(@base_color, 1.06)
}
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
/********
* Nemo *
********/
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index fc8e73df..8cd2dd51 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -280,6 +280,32 @@ GraniteWidgetsPopOver .entry {
background-color: alpha (#000, 0.15);
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfDirView.view {
+ background-color: @sidebar_bg;
+ color: @theme_text_color;
+}
+
+DConfDirView.view row:selected,
+DConfDirView.view row:selected:hover {
+ color: @theme_selected_fg_color;
+}
+
+DConfDirView.view row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.15);
+ color: shade (@theme_selected_bg_color, 0.35);
+}
+
+/* the small line between sidebar and view */
+GtkApplicationWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
/*****************
* Ubuntu styles *
*****************/