From ed894afd8ca4a28be6d7360efcd2faae40147305 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 4 Sep 2015 14:16:24 +0200 Subject: Gtk+-3.18 most themes: style dconf-editor --- .../BlackMATE/gtk-3.0/other-applications.css | 24 +++++++++ .../Blue-Submarine/gtk-3.0/other-applications.css | 61 ++++++++++++++++++++++ .../BlueMenta/gtk-3.0/other-applications.css | 36 +++++++++++++ .../Green-Submarine/gtk-3.0/other-applications.css | 61 ++++++++++++++++++++++ .../GreenLaguna/gtk-3.0/other-applications.css | 42 +++++++++++++-- .../Menta/gtk-3.0/other-applications.css | 36 +++++++++++++ 6 files changed, 256 insertions(+), 4 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index e80512bd..d1d3a227 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -273,3 +273,27 @@ NemoQueryEditor .toolbar .entry:focus { background-color: @less_dark_color; border-radius: 2px; } + +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: shade (@theme_bg_color, 1.08); +} + +DConfWindow GtkTreeView.view row:hover { + background-color: alpha(@theme_selected_bg_color, 0.2); +} + +DConfWindow DConfKeyView.view { + background-color: @less_dark_color; +} + +/* the small line between sidebar and view */ +DConfWindow 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..fa7898ca 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,64 @@ GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover { inset 0px -1px shade (@theme_selected_bg_color, 1.3); } +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: shade (@theme_bg_color, 1.08); + color: @theme_fg_color; +} + +DConfWindow GtkTreeView.view row:selected, +DConfWindow GtkTreeView.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; +} + +DConfWindow GtkTreeView.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; +} + +DConfWindow DConfKeyView.view { + background-color: @theme_base_color; + color: @theme_fg_color; +} + +DConfWindow GtkBox.vertical DConfKeyView.view row, +DConfWindow GtkBox.vertical DConfKeyView.view row:hover, +DConfWindow GtkBox.vertical DConfKeyView row:selected , +DConfWindow GtkBox.vertical DConfKeyView row:selected:hover { + border-radius: 0px; + box-shadow: none; +} + +/* the small line between sidebar and view */ +DConfWindow 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..8bf86e21 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -280,6 +280,42 @@ GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.i border-radius: 3px; } +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: @sidebar_bg; + color: @theme_text_color; +} + +DConfWindow GtkTreeView.view row:selected, +DConfWindow GtkTreeView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfWindow GtkTreeView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + +DConfWindow DConfKeyView.view { + background-color: @theme_base_color; + color: @theme_text_color; +} + +DConfWindow DConfKeyView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.55); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +DConfWindow 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..85f8fecf 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,64 @@ NemoWindow .notebook tab .button GtkImage:active:hover { border-radius: 4px; } +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: shade (@theme_bg_color, 1.08); + color: @theme_fg_color; +} + +DConfWindow GtkTreeView.view row:selected, +DConfWindow GtkTreeView.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; +} + +DConfWindow GtkTreeView.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; +} + +DConfWindow DConfKeyView.view { + background-color: @theme_base_color; + color: @theme_fg_color; +} + +DConfWindow GtkBox.vertical DConfKeyView.view row, +DConfWindow GtkBox.vertical DConfKeyView.view row:hover, +DConfWindow GtkBox.vertical DConfKeyView row:selected , +DConfWindow GtkBox.vertical DConfKeyView row:selected:hover { + border-radius: 0px; + box-shadow: none; +} + +/* the small line between sidebar and view */ +DConfWindow 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..385405e7 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -1,13 +1,47 @@ -/* dconf editor */ +/**************** + * Dconf-editor * + ****************/ + /* sidebar */ -DConfDirView.view { - background-color: shade(@theme_bg_color, 1.03); +DConfWindow GtkTreeView.view { + background-color: shade(@theme_bg_color, 1.03); +} + +DConfWindow GtkTreeView.view row:selected, +DConfWindow GtkTreeView.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 { +DConfWindow DConfKeyView.view { background-color: shade(@base_color, 1.06) } +DConfWindow DConfKeyView.view row:selected, +DConfWindow DConfKeyView.view row:selected:hover, +DConfWindow DConfKeyView.view row:selected:focus { + background-image: linear-gradient(to bottom, + shade(@theme_selected_bg_color, 1.45), + shade(@theme_selected_bg_color, 0.95)); + color: @theme_selected_fg_color; +} + +DConfWindow DConfKeyView.view row:hover { + background-image: linear-gradient(to bottom, + @theme_bg_color, + shade(@theme_bg_color, 0.80)); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +DConfWindow 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..0b132d58 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -280,6 +280,42 @@ GraniteWidgetsPopOver .entry { background-color: alpha (#000, 0.15); } +/**************** + * Dconf-editor * + ****************/ + +DConfWindow GtkTreeView.view { + background-color: @sidebar_bg; + color: @theme_text_color; +} + +DConfWindow GtkTreeView.view row:selected, +DConfWindow GtkTreeView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfWindow GtkTreeView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + +DConfWindow DConfKeyView.view { + background-color: @theme_base_color; + color: @theme_text_color; +} + +DConfWindow DConfKeyView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.30); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +DConfWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + /***************** * Ubuntu styles * *****************/ -- cgit v1.2.1