aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-12-13 23:57:30 +0100
committerHorst31802015-12-14 00:02:02 +0100
commit8ec676f28020e09ebbd8101186d78b0a406b8754 (patch)
tree18b5b2576325597e05bd33762d7b48d41b03ec31
parentf4659ecd01960c6bac028b5db95180ab7330c148 (diff)
downloadsolarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.tar.gz
solarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.tar.xz
solarc-theme-8ec676f28020e09ebbd8101186d78b0a406b8754.zip
make gala notifications always light
fix #244
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css6
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css6
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.14/sass/_applications.scss6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css6
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.16/sass/_applications.scss6
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-dark.css6
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css6
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss6
21 files changed, 39 insertions, 39 deletions
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 465ba33..2c7f685 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index 1b479ff..292e58d 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
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 9dec575..82cea77 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
@@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index 02c7d49..27927ea 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
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 020ff0f..ea1a430 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 8ae8fd3..4266b45 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss
index 2f6738b..cc4a7b0 100644
--- a/common/gtk-3.0/3.14/sass/_applications.scss
+++ b/common/gtk-3.0/3.14/sass/_applications.scss
@@ -579,14 +579,14 @@ MarlinViewWindow *:selected:focus {
// Gala
//
.gala-notification {
- border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, $base_color);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent;
.title, .label {
- color: $fg_color;
+ color: #5c616c;
}
}
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 ecc7b8e..6eeec70 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
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 442183e..efe7f9c 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
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 a8cb119..3626acf 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
@@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index dbdf69b..d08962d 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
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 f19b945..ec87ddd 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 9e4aefa..152f470 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss
index 259be9f..2b3ecd7 100644
--- a/common/gtk-3.0/3.16/sass/_applications.scss
+++ b/common/gtk-3.0/3.16/sass/_applications.scss
@@ -632,14 +632,14 @@ MarlinViewWindow *:selected:focus {
// Gala
//
.gala-notification {
- border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, $base_color);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent;
.title, .label {
- color: $fg_color;
+ color: #5c616c;
}
}
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css
index 1caf8c3..55de972 100644
--- a/common/gtk-3.0/3.18/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-dark.css
@@ -3285,13 +3285,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css
index 0dad6ce..0477e9f 100644
--- a/common/gtk-3.0/3.18/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-darker.css
@@ -3291,7 +3291,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index c11c0d3..1233e50 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -3285,13 +3285,13 @@ MarlinViewWindow *:selected:focus {
color: #5294E2; }
.gala-notification {
- border: 1px solid #2b2e39;
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #404552);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
- color: #D3DAE3; }
+ color: #5c616c; }
.panel {
background-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
index 6977d88..f9e6786 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
@@ -3291,7 +3291,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css
index 94b1876..6817fdd 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid.css
@@ -3295,7 +3295,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 89503e2..5336cbc 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.css
@@ -3295,7 +3295,7 @@ MarlinViewWindow *:selected:focus {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, #ffffff);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent; }
.gala-notification .title, .gala-notification .label {
color: #5c616c; }
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index 6418e56..e8f4765 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -680,14 +680,14 @@ MarlinViewWindow *:selected:focus {
// Gala
//
.gala-notification {
- border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
+ border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- background-image: linear-gradient(to bottom, $base_color);
+ background-image: linear-gradient(to bottom, white);
background-color: transparent;
.title, .label {
- color: $fg_color;
+ color: #5c616c;
}
}