aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0
diff options
context:
space:
mode:
authorHorst31802016-03-23 21:52:27 +0100
committerHorst31802016-03-23 21:52:27 +0100
commit5e982902a32c81844aefdb45d736a2f93db74d50 (patch)
treee77e75a8e8926afa0a3937a8393ad43a1a4bc600 /common/gtk-3.0
parent8eaefcf4d9c3725c32a4123bf5764a4995b2cd5d (diff)
downloadsolarc-theme-5e982902a32c81844aefdb45d736a2f93db74d50.tar.gz
solarc-theme-5e982902a32c81844aefdb45d736a2f93db74d50.tar.xz
solarc-theme-5e982902a32c81844aefdb45d736a2f93db74d50.zip
change drop target color
Diffstat (limited to 'common/gtk-3.0')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css24
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css32
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css24
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css32
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css36
-rw-r--r--common/gtk-3.0/3.20/gtk.css36
-rw-r--r--common/gtk-3.0/3.20/sass/_colors.scss2
7 files changed, 93 insertions, 93 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css
index 5a7242a..7fb5136 100644
--- a/common/gtk-3.0/3.20/gtk-dark.css
+++ b/common/gtk-3.0/3.20/gtk-dark.css
@@ -187,7 +187,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -295,8 +295,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -774,7 +774,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -788,7 +788,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -2464,16 +2464,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2749,7 +2749,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 3px 3px 0 0;
@@ -3548,9 +3548,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css
index 3f331a2..09ffe3f 100644
--- a/common/gtk-3.0/3.20/gtk-darker.css
+++ b/common/gtk-3.0/3.20/gtk-darker.css
@@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -511,12 +511,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
@@ -588,12 +588,12 @@ button {
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
@@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -2463,16 +2463,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2748,7 +2748,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 3px 3px 0 0;
@@ -3547,9 +3547,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index 374b9e5..c16aec5 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -187,7 +187,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -295,8 +295,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -774,7 +774,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #2b2e39; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -788,7 +788,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #2b2e39; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -2464,16 +2464,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2749,7 +2749,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 3px 3px 0 0;
@@ -3548,9 +3548,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index fb3ffe7..7a6e581 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -511,12 +511,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
@@ -588,12 +588,12 @@ button {
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
@@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -2463,16 +2463,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2748,7 +2748,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 3px 3px 0 0;
@@ -3547,9 +3547,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css
index 5bd9188..5a54743 100644
--- a/common/gtk-3.0/3.20/gtk-solid.css
+++ b/common/gtk-3.0/3.20/gtk-solid.css
@@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -511,12 +511,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
@@ -588,12 +588,12 @@ button {
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
@@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -1123,10 +1123,10 @@ headerbar entry, headerbar button, headerbar separator {
border-left-color: #5294E2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
border-left-color: #F27835; }
@@ -2467,16 +2467,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2752,7 +2752,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 4px 4px 0 0;
@@ -3551,9 +3551,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index cdddd33..70cb7e1 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -186,7 +186,7 @@ entry {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
- border-color: #4e9a06;
+ border-color: #F08437;
box-shadow: none; }
.osd entry {
color: #BAC3CF;
@@ -294,8 +294,8 @@ button {
padding-left: 8px;
padding-right: 8px; }
button:drop(active), combobox:drop(active) button.combo {
- color: #4e9a06;
- border-color: #4e9a06;
+ color: #F08437;
+ border-color: #F08437;
box-shadow: none; }
button.osd {
color: #BAC3CF;
@@ -511,12 +511,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
@@ -588,12 +588,12 @@ button {
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
@@ -773,7 +773,7 @@ spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
@@ -787,7 +787,7 @@ spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
spinbutton.vertical > entry:drop(active) + button {
- border-top-color: #4e9a06; }
+ border-top-color: #F08437; }
combobox button.combo {
min-width: 0;
@@ -1123,10 +1123,10 @@ headerbar entry, headerbar button, headerbar separator {
border-left-color: #5294E2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
- border-left-color: #4e9a06; }
+ border-left-color: #F08437; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
border-left-color: #F27835; }
@@ -2467,16 +2467,16 @@ placessidebar row {
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
- background-image: linear-gradient(to top, #4e9a06);
+ background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
placessidebar row:drop(active):not(:disabled) {
- box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
+ box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
- color: #4e9a06; }
+ color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff; }
@@ -2752,7 +2752,7 @@ stackswitcher button.circular, stackswitcher button.nautilus-circular-button.ima
*:drop(active):focus,
*:drop(active) {
- box-shadow: inset 0 0 0 1px #4e9a06; }
+ box-shadow: inset 0 0 0 1px #F08437; }
decoration {
border-radius: 4px 4px 0 0;
@@ -3551,9 +3551,9 @@ GtkListBox .h4 {
.nautilus-window placessidebar.sidebar row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled) .sidebar-icon {
- color: #4e9a06; }
+ color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected {
- background-color: #4e9a06; }
+ background-color: #F08437; }
.nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff; }
.nautilus-window placessidebar.sidebar separator {
diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss
index 6ff238a..501c094 100644
--- a/common/gtk-3.0/3.20/sass/_colors.scss
+++ b/common/gtk-3.0/3.20/sass/_colors.scss
@@ -24,7 +24,7 @@ $success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
-$drop_target_color: #4e9a06;
+$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));