[gtk+/sdk/2965: 11/30] theme: add overrides for other GNOME applications



commit 80abc55828c9ce236a508559b01bdec88bfc92da
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Fri May 15 15:33:33 2015 -0700

    theme: add overrides for other GNOME applications
    
    That we haven't upgraded so far.

 gtk/theme/Adwaita/_endless.scss     |  167 +++++++++++++++++++++++++++++++++++
 gtk/theme/Adwaita/gtk-contained.css |  159 +++++++++++++++++++++++++++++++++
 2 files changed, 326 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_endless.scss b/gtk/theme/Adwaita/_endless.scss
index 029b176..74c4fd9 100644
--- a/gtk/theme/Adwaita/_endless.scss
+++ b/gtk/theme/Adwaita/_endless.scss
@@ -40,3 +40,170 @@
   border-style: solid;
   border-color: transparentize(black, 0.15);
 }
+
+// FIXME - these should all be moved away into the individual components
+// when we rebase
+
+/* used by gnome-font-viewer and sushi */
+SushiFontWidget {
+  padding: 6px 12px;
+}
+
+/* gnome-terminal */
+TerminalScreen {
+    background-color: $base_color;
+    color: $fg_color;
+    -TerminalScreen-background-darkness: 0.95;
+}
+
+TerminalWindow GtkNotebook.notebook {
+    border-bottom-width: 0;
+    border-right-width: 0;
+    border-left-width: 0;
+}
+
+/* gedit */
+
+GeditWindow .pane-separator, 
+GeditWindow .pane-separator:hover {
+    border-width: 0 1px 1px 1px;
+    border-style: solid;
+    border-color: $borders_color;
+    background-color: shade($bg_color, 0.95);
+    color: $borders_color;
+}
+
+GeditPanel.title GtkLabel {
+    padding: 7px 0 6px 0;
+}
+
+GeditPanel .toolbar {
+    border-style: none;
+    background-color: transparent;
+}
+
+GeditDocumentsPanel .view {
+    background-color: $sidebar_bg_color;
+}
+
+GeditDocumentsPanel .view:backdrop {
+    background-color: $backdrop_sidebar_bg_color;
+}
+
+GeditPanel .notebook {
+    padding: 0px;
+    border-width: 1px 0;
+}
+
+GeditWindow .notebook {
+    border-width: 1px 0;
+}
+
+GeditPanel .notebook tab,
+GeditWindow .notebook tab {
+    border-width: 0;
+}
+
+GeditStatusComboBox .button {
+    text-shadow: none;
+}
+
+GeditStatusComboBox .button:backdrop,
+GeditStatusComboBox .button:backdrop:hover,
+GeditStatusComboBox .button,
+GeditStatusComboBox .button:hover,
+GeditStatusComboBox .button:active,
+GeditStatusComboBox .button:active:hover {
+    border-image: none;
+    border-style: solid;
+    border-width: 0 1px;
+    border-radius: 0;
+    padding: 1px 8px 2px 4px;
+}
+
+GeditStatusComboBox .button:hover,
+GeditStatusComboBox .button:active,
+GeditStatusComboBox .button:active:hover {
+    border-color: $borders_color;
+}
+
+GeditStatusComboBox .button:backdrop,
+GeditStatusComboBox .button:backdrop:hover {
+    border-color: $backdrop_borders_color;
+}
+
+GeditViewFrame .gedit-search-slider {
+    background-color: $base_color;
+    padding: 6px;
+    border-color: darken(#c9c9c9, 20%);
+    border-radius: 0 0 3px 3px;
+    border-width: 0 1px 1px 1px;
+    border-style: solid;
+}
+
+GeditViewFrame .gedit-search-slider .not-found {
+    color: white;
+    background-image: none;
+    background-color: rgb(237,54,54);
+}
+
+GeditViewFrame .gedit-search-slider .not-found:selected {
+    background-color: $selected_bg_color;
+    color: $selected_fg_color;
+}
+
+/* evince */
+EvWindow.background > GtkBox.vertical > GtkPaned.horizontal > GtkBox.vertical > GtkScrolledWindow.frame {
+    border-width: 0;
+    border-radius: 0;
+}
+
+EvWindow.background EvSidebar.vertical .frame {
+    border-width: 1px 0 0;
+    border-radius: 0;
+}
+
+EvWindow.background EvSidebar.vertical .notebook {
+    border-width: 1px 0 0;
+}
+
+EvWindow.background EvSidebarAnnotations.vertical GtkToolPalette > GtkToolItemGroup > .button { 
+    border-image: none;
+    border-radius: 0;
+    border-style: solid;
+    border-width: 0 0 1px;
+    border-color: $borders_color;
+}
+
+EvWindow.background EvSidebar.vertical .notebook .frame {
+    border-width: 0;
+}
+
+EvWindow .pane-separator, 
+EvWindow .pane-separator:hover {
+    border-width: 0 1px;
+    border-style: solid;
+    border-color: $borders_color;
+    background-color: darken($bg_color, 5%);
+    color: $borders_color;
+}
+
+EvWindow.background EggFindBar.toolbar {
+    border-width: 1px 0 0;
+    border-style: solid;
+    border-color: $borders_color;
+}
+
+/* gcalctool */
+
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
+    padding: 4px;
+    background-color: $base_color;
+    border-radius: 3px;
+}
+
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow:backdrop {
+    padding: 4px;    
+    background-color:  $backdrop_base_color;
+    border-radius: 3px;
+}
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 0b13a28..73108ba 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4788,3 +4788,162 @@ read if you used those and something break with a version upgrade you're on your
   border-width: 2px;
   border-style: solid;
   border-color: rgba(0, 0, 0, 0.85); }
+
+/* used by gnome-font-viewer and sushi */
+SushiFontWidget {
+  padding: 6px 12px; }
+
+/* gnome-terminal */
+TerminalScreen {
+  background-color: #ffffff;
+  color: #2e3436;
+  -TerminalScreen-background-darkness: 0.95; }
+
+TerminalWindow GtkNotebook.notebook {
+  border-bottom-width: 0;
+  border-right-width: 0;
+  border-left-width: 0; }
+
+/* gedit */
+GeditWindow .pane-separator,
+GeditWindow .pane-separator:hover {
+  border-width: 0 1px 1px 1px;
+  border-style: solid;
+  border-color: #a1a1a1;
+  background-color: shade(#ededed, 0.95);
+  color: #a1a1a1; }
+
+GeditPanel.title GtkLabel {
+  padding: 7px 0 6px 0; }
+
+GeditPanel .toolbar, GeditPanel .inline-toolbar, GeditPanel .search-bar, GeditPanel .location-bar {
+  border-style: none;
+  background-color: transparent; }
+
+GeditDocumentsPanel .view {
+  background-color: #fafafa; }
+
+GeditDocumentsPanel .view:backdrop {
+  background-color: #fafafa; }
+
+GeditPanel .notebook {
+  padding: 0px;
+  border-width: 1px 0; }
+
+GeditWindow .notebook {
+  border-width: 1px 0; }
+
+GeditPanel .notebook tab,
+GeditWindow .notebook tab {
+  border-width: 0; }
+
+GeditStatusComboBox .button, GeditStatusComboBox .header-bar .button.titlebutton, .header-bar 
GeditStatusComboBox .button.titlebutton,
+GeditStatusComboBox .titlebar .button.titlebutton,
+.titlebar GeditStatusComboBox .button.titlebutton {
+  text-shadow: none; }
+
+GeditStatusComboBox .button:backdrop, GeditStatusComboBox .header-bar .button.titlebutton:backdrop, 
.header-bar GeditStatusComboBox .button.titlebutton:backdrop,
+GeditStatusComboBox .titlebar .button.titlebutton:backdrop,
+.titlebar GeditStatusComboBox .button.titlebutton:backdrop,
+GeditStatusComboBox .button:backdrop:hover,
+GeditStatusComboBox .button,
+GeditStatusComboBox .header-bar .button.titlebutton,
+.header-bar GeditStatusComboBox .button.titlebutton,
+GeditStatusComboBox .titlebar .button.titlebutton,
+.titlebar GeditStatusComboBox .button.titlebutton,
+GeditStatusComboBox .button:hover,
+GeditStatusComboBox .header-bar .button.titlebutton:hover,
+.header-bar GeditStatusComboBox .button.titlebutton:hover,
+GeditStatusComboBox .titlebar .button.titlebutton:hover,
+.titlebar GeditStatusComboBox .button.titlebutton:hover,
+GeditStatusComboBox .button:active,
+GeditStatusComboBox .header-bar .button.titlebutton:active,
+.header-bar GeditStatusComboBox .button.titlebutton:active,
+GeditStatusComboBox .titlebar .button.titlebutton:active,
+.titlebar GeditStatusComboBox .button.titlebutton:active,
+GeditStatusComboBox .button:active:hover {
+  border-image: none;
+  border-style: solid;
+  border-width: 0 1px;
+  border-radius: 0;
+  padding: 1px 8px 2px 4px; }
+
+GeditStatusComboBox .button:hover, GeditStatusComboBox .header-bar .button.titlebutton:hover, .header-bar 
GeditStatusComboBox .button.titlebutton:hover,
+GeditStatusComboBox .titlebar .button.titlebutton:hover,
+.titlebar GeditStatusComboBox .button.titlebutton:hover,
+GeditStatusComboBox .button:active,
+GeditStatusComboBox .header-bar .button.titlebutton:active,
+.header-bar GeditStatusComboBox .button.titlebutton:active,
+GeditStatusComboBox .titlebar .button.titlebutton:active,
+.titlebar GeditStatusComboBox .button.titlebutton:active,
+GeditStatusComboBox .button:active:hover {
+  border-color: #a1a1a1; }
+
+GeditStatusComboBox .button:backdrop, GeditStatusComboBox .header-bar .button.titlebutton:backdrop, 
.header-bar GeditStatusComboBox .button.titlebutton:backdrop,
+GeditStatusComboBox .titlebar .button.titlebutton:backdrop,
+.titlebar GeditStatusComboBox .button.titlebutton:backdrop,
+GeditStatusComboBox .button:backdrop:hover {
+  border-color: #a8a8a8; }
+
+GeditViewFrame .gedit-search-slider {
+  background-color: #ffffff;
+  padding: 6px;
+  border-color: #969696;
+  border-radius: 0 0 3px 3px;
+  border-width: 0 1px 1px 1px;
+  border-style: solid; }
+
+GeditViewFrame .gedit-search-slider .not-found {
+  color: white;
+  background-image: none;
+  background-color: #ed3636; }
+
+GeditViewFrame .gedit-search-slider .not-found:selected {
+  background-color: #4a90d9;
+  color: #ffffff; }
+
+/* evince */
+EvWindow.background > GtkBox.vertical > GtkPaned.horizontal > GtkBox.vertical > GtkScrolledWindow.frame {
+  border-width: 0;
+  border-radius: 0; }
+
+EvWindow.background EvSidebar.vertical .frame {
+  border-width: 1px 0 0;
+  border-radius: 0; }
+
+EvWindow.background EvSidebar.vertical .notebook {
+  border-width: 1px 0 0; }
+
+EvWindow.background EvSidebarAnnotations.vertical GtkToolPalette > GtkToolItemGroup > .button {
+  border-image: none;
+  border-radius: 0;
+  border-style: solid;
+  border-width: 0 0 1px;
+  border-color: #a1a1a1; }
+
+EvWindow.background EvSidebar.vertical .notebook .frame {
+  border-width: 0; }
+
+EvWindow .pane-separator,
+EvWindow .pane-separator:hover {
+  border-width: 0 1px;
+  border-style: solid;
+  border-color: #a1a1a1;
+  background-color: #e0e0e0;
+  color: #a1a1a1; }
+
+EvWindow.background EggFindBar.toolbar, EvWindow.background EggFindBar.inline-toolbar, EvWindow.background 
EggFindBar.search-bar, EvWindow.background EggFindBar.location-bar {
+  border-width: 1px 0 0;
+  border-style: solid;
+  border-color: #a1a1a1; }
+
+/* gcalctool */
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow {
+  padding: 4px;
+  background-color: #ffffff;
+  border-radius: 3px; }
+
+MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow:backdrop {
+  padding: 4px;
+  background-color: white;
+  border-radius: 3px; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]