From c9f1c56776f06ca788584c866fa3e6792768a834 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 2 Sep 2018 09:21:47 +0100 Subject: [PATCH] Adwaita: Regenerate CSS to get window.devel styles This step was missed before, again. SASS 3.6 emits rgba(0, 0, 0, 0) instead of transparent, so it wants to change those too, but that patch was only committed in March and isn't being backported to the previous stable, so I don't know if others' versions will do the same - so until it's shown that anyone else (A) is regenerating CSS and (B) also has 3.6, I'm skipping those changes. See: https://github.com/sass/libsass/commit/c287f312ac9735aa274bbce56762391ca348cad9 --- gtk/theme/Adwaita/gtk-contained-dark.css | 4 ++++ gtk/theme/Adwaita/gtk-contained.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 32ea468f42..506cfa02b4 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -686,6 +686,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen .titlebar:not(headerbar) > separator { background-color: #1b1f20; } +window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #2a4b6c 8%, #33393b 25%); color: rgba(238, 238, 236, 0.1); } + +window.devel headerbar label { color: #eeeeec; } + /************ Pathbars * */ .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; } diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 1126820c01..646e7b9622 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -694,6 +694,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen .titlebar:not(headerbar) > separator { background-color: #b6b6b3; } +window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #99bce0 8%, #e8e8e7 25%); color: rgba(46, 52, 54, 0.1); } + +window.devel headerbar label { color: #2e3436; } + /************ Pathbars * */ .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }