Skip to content

Commit dc9f30d

Browse files
committed
Merge branch 'master' of https://github.com/horst3180/Arc-theme
2 parents a94aefa + 8ec676f commit dc9f30d

21 files changed

+39
-39
lines changed

common/gtk-3.0/3.14/gtk-contained-dark.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
31653165
color: #5294E2; }
31663166

31673167
.gala-notification {
3168-
border: 1px solid #2b2e39;
3168+
border: 1px solid rgba(0, 0, 0, 0.35);
31693169
border-radius: 3px;
31703170
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3171-
background-image: linear-gradient(to bottom, #404552);
3171+
background-image: linear-gradient(to bottom, white);
31723172
background-color: transparent; }
31733173
.gala-notification .title, .gala-notification .label {
3174-
color: #D3DAE3; }
3174+
color: #5c616c; }
31753175

31763176
.panel {
31773177
background-color: transparent;

common/gtk-3.0/3.14/gtk-contained-darker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
31713171
border: 1px solid rgba(0, 0, 0, 0.35);
31723172
border-radius: 3px;
31733173
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3174-
background-image: linear-gradient(to bottom, #ffffff);
3174+
background-image: linear-gradient(to bottom, white);
31753175
background-color: transparent; }
31763176
.gala-notification .title, .gala-notification .label {
31773177
color: #5c616c; }

common/gtk-3.0/3.14/gtk-contained-solid-dark.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
31653165
color: #5294E2; }
31663166

31673167
.gala-notification {
3168-
border: 1px solid #2b2e39;
3168+
border: 1px solid rgba(0, 0, 0, 0.35);
31693169
border-radius: 3px;
31703170
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3171-
background-image: linear-gradient(to bottom, #404552);
3171+
background-image: linear-gradient(to bottom, white);
31723172
background-color: transparent; }
31733173
.gala-notification .title, .gala-notification .label {
3174-
color: #D3DAE3; }
3174+
color: #5c616c; }
31753175

31763176
.panel {
31773177
background-color: transparent;

common/gtk-3.0/3.14/gtk-contained-solid-darker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
31713171
border: 1px solid rgba(0, 0, 0, 0.35);
31723172
border-radius: 3px;
31733173
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3174-
background-image: linear-gradient(to bottom, #ffffff);
3174+
background-image: linear-gradient(to bottom, white);
31753175
background-color: transparent; }
31763176
.gala-notification .title, .gala-notification .label {
31773177
color: #5c616c; }

common/gtk-3.0/3.14/gtk-contained-solid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
31713171
border: 1px solid rgba(0, 0, 0, 0.35);
31723172
border-radius: 3px;
31733173
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3174-
background-image: linear-gradient(to bottom, #ffffff);
3174+
background-image: linear-gradient(to bottom, white);
31753175
background-color: transparent; }
31763176
.gala-notification .title, .gala-notification .label {
31773177
color: #5c616c; }

common/gtk-3.0/3.14/gtk-contained.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
31713171
border: 1px solid rgba(0, 0, 0, 0.35);
31723172
border-radius: 3px;
31733173
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3174-
background-image: linear-gradient(to bottom, #ffffff);
3174+
background-image: linear-gradient(to bottom, white);
31753175
background-color: transparent; }
31763176
.gala-notification .title, .gala-notification .label {
31773177
color: #5c616c; }

common/gtk-3.0/3.14/sass/_applications.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,14 +579,14 @@ MarlinViewWindow *:selected:focus {
579579
// Gala
580580
//
581581
.gala-notification {
582-
border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
582+
border: 1px solid rgba(0, 0, 0, 0.35);
583583
border-radius: 3px;
584584
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
585-
background-image: linear-gradient(to bottom, $base_color);
585+
background-image: linear-gradient(to bottom, white);
586586
background-color: transparent;
587587

588588
.title, .label {
589-
color: $fg_color;
589+
color: #5c616c;
590590
}
591591
}
592592

common/gtk-3.0/3.16/gtk-contained-dark.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
30993099
color: #5294E2; }
31003100

31013101
.gala-notification {
3102-
border: 1px solid #2b2e39;
3102+
border: 1px solid rgba(0, 0, 0, 0.35);
31033103
border-radius: 3px;
31043104
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3105-
background-image: linear-gradient(to bottom, #404552);
3105+
background-image: linear-gradient(to bottom, white);
31063106
background-color: transparent; }
31073107
.gala-notification .title, .gala-notification .label {
3108-
color: #D3DAE3; }
3108+
color: #5c616c; }
31093109

31103110
.panel {
31113111
background-color: transparent;

common/gtk-3.0/3.16/gtk-contained-darker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
31053105
border: 1px solid rgba(0, 0, 0, 0.35);
31063106
border-radius: 3px;
31073107
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3108-
background-image: linear-gradient(to bottom, #ffffff);
3108+
background-image: linear-gradient(to bottom, white);
31093109
background-color: transparent; }
31103110
.gala-notification .title, .gala-notification .label {
31113111
color: #5c616c; }

common/gtk-3.0/3.16/gtk-contained-solid-dark.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
30993099
color: #5294E2; }
31003100

31013101
.gala-notification {
3102-
border: 1px solid #2b2e39;
3102+
border: 1px solid rgba(0, 0, 0, 0.35);
31033103
border-radius: 3px;
31043104
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3105-
background-image: linear-gradient(to bottom, #404552);
3105+
background-image: linear-gradient(to bottom, white);
31063106
background-color: transparent; }
31073107
.gala-notification .title, .gala-notification .label {
3108-
color: #D3DAE3; }
3108+
color: #5c616c; }
31093109

31103110
.panel {
31113111
background-color: transparent;

0 commit comments

Comments
 (0)