aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-06-18 14:56:43 +0200
committerHorst31802015-06-18 18:47:29 +0200
commitdcfd87a37b782369170f8534b40e49d71a07ac95 (patch)
treea732a789649d71994f0529c15b157c59b23b9477 /common
parent9b3921849793300cfdbd314aca5080ed605c5294 (diff)
downloadsolarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.tar.gz
solarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.tar.xz
solarc-theme-dcfd87a37b782369170f8534b40e49d71a07ac95.zip
fix gedit titlebar
Diffstat (limited to 'common')
-rw-r--r--common/gtk-3.0/3.14/_transparent_widgets.scss9
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css8
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css8
-rw-r--r--common/gtk-3.0/3.16/_transparent_widgets.scss9
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css8
-rw-r--r--common/gtk-3.0/3.16/gtk.css2
12 files changed, 91 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/_transparent_widgets.scss b/common/gtk-3.0/3.14/_transparent_widgets.scss
index 79caa5f..47f35a1 100644
--- a/common/gtk-3.0/3.14/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.14/_transparent_widgets.scss
@@ -96,6 +96,15 @@ GeditWindow.background.csd {
.pane-separator:hover { background-color: $dark_sidebar_border; }
.titlebar .pane-separator { background-color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); }
+
+ .titlebar { background-color: transparent }
+
+ .gedit-titlebar-left.titlebar,
+ .gedit-titlebar-right.titlebar {
+ background-color: $header_bg;
+
+ &:backdrop { background-color: $header_bg_backdrop; }
+ }
}
.gedit-bottom-panel-paned { background-color: $base_color; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index 00a0b8d..240fb0f 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -3236,6 +3236,14 @@ GeditWindow.background.csd {
background-color: rgba(32, 35, 39, 0.95); }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(26, 28, 32, 0.96); }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: rgba(37, 40, 46, 0.96); }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: rgba(40, 44, 50, 0.96); }
.gedit-bottom-panel-paned {
background-color: #292D33; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index f2156d3..44352d6 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -3236,6 +3236,14 @@ GeditWindow.background.csd {
background-color: #202327; }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: #1a1c20; }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: #25282E; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: #282c32; }
.gedit-bottom-panel-paned {
background-color: #292D33; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index 8e60c8e..a8c9ece 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -3227,6 +3227,14 @@ GeditWindow.background.csd {
background-color: #3c4049; }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: #d4d5db; }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: #e7e8eb; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: #eff0f2; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 424240d..aa26bb4 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3227,6 +3227,14 @@ GeditWindow.background.csd {
background-color: rgba(60, 64, 73, 0.95); }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: rgba(231, 232, 235, 0.95); }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: rgba(239, 240, 242, 0.95); }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.16/_transparent_widgets.scss b/common/gtk-3.0/3.16/_transparent_widgets.scss
index cadeaa3..1085db6 100644
--- a/common/gtk-3.0/3.16/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.16/_transparent_widgets.scss
@@ -95,6 +95,15 @@ GeditWindow.background.csd {
.pane-separator:hover { background-color: $dark_sidebar_border; }
.titlebar .pane-separator { background-color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); }
+
+ .titlebar { background-color: transparent }
+
+ .gedit-titlebar-left.titlebar,
+ .gedit-titlebar-right.titlebar {
+ background-color: $header_bg;
+
+ &:backdrop { background-color: $header_bg_backdrop; }
+ }
}
.gedit-bottom-panel-paned { background-color: $base_color; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index 4f07ba0..4f9dde8 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -3182,6 +3182,14 @@ GeditWindow.background.csd {
background-color: rgba(32, 35, 39, 0.95); }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(26, 28, 32, 0.96); }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: rgba(37, 40, 46, 0.96); }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: rgba(40, 44, 50, 0.96); }
.gedit-bottom-panel-paned {
background-color: #292D33; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index d7b5770..268384b 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -3173,6 +3173,14 @@ GeditWindow.background.csd {
background-color: rgba(60, 64, 73, 0.95); }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(31, 34, 39, 0.95); }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: rgba(47, 52, 59, 0.95); }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: rgba(50, 56, 63, 0.95); }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 7efdec1..432b952 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -3182,6 +3182,14 @@ GeditWindow.background.csd {
background-color: #202327; }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: #1a1c20; }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: #25282E; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: #282c32; }
.gedit-bottom-panel-paned {
background-color: #292D33; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 841b6a4..a6d508c 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -3173,6 +3173,14 @@ GeditWindow.background.csd {
background-color: #3c4049; }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: #d4d5db; }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: #e7e8eb; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: #eff0f2; }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 11f79d4..cb6bf6c 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3173,6 +3173,14 @@ GeditWindow.background.csd {
background-color: rgba(60, 64, 73, 0.95); }
GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
+ GeditWindow.background.csd .titlebar {
+ background-color: transparent; }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar {
+ background-color: rgba(231, 232, 235, 0.95); }
+ GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop,
+ GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop {
+ background-color: rgba(239, 240, 242, 0.95); }
.gedit-bottom-panel-paned {
background-color: #ffffff; }
diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css
index 20b78fd..7391d1f 100644
--- a/common/gtk-3.0/3.16/gtk.css
+++ b/common/gtk-3.0/3.16/gtk.css
@@ -1 +1 @@
-@import url("gtk-contained.css");
+@import url("gtk-contained-darker.css");