diff --git a/gtk/theme/Adwaita/_colors.scss b/gtk/theme/Adwaita/_colors.scss index 6be0554d1a..9d3882a694 100644 --- a/gtk/theme/Adwaita/_colors.scss +++ b/gtk/theme/Adwaita/_colors.scss @@ -44,7 +44,7 @@ $base_hover_color: transparentize($fg_color, 0.95); $tooltip_borders_color: transparentize(white, 0.9); $shadow_color: transparentize(black, 0.9); -$drop_target_color: $success_color; +$drop_target_color: black; //insensitive state derived colors $insensitive_fg_color: mix($fg_color, $bg_color, 50%); diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 86e7d3199a..980f13696a 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -122,7 +122,7 @@ textview { textview:drop(active), textview:drop(active) > text { box-shadow: none; } textview:drop(active) > text { - background-color: rgba(90, 164, 17, 0.1); } + background-color: rgba(0, 0, 0, 0.1); } popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.osd, .csd popover.background.osd, .app-notification, .app-notification.frame, .osd .scale-popup, .osd { @@ -240,7 +240,7 @@ entry, spinbutton:not(.vertical) { .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo { border-left-color: #0f2b48; } .linked:not(.vertical) > entry:drop(active) + entry, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo { - border-left-color: #5aa411; } + border-left-color: black; } entry.error, spinbutton.error:not(.vertical) { color: #cc0000; border-color: #1a0000; } @@ -310,8 +310,8 @@ entry, spinbutton:not(.vertical) { text-shadow: none; -gtk-icon-shadow: none; } entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical), entry:drop(active), spinbutton:drop(active):not(.vertical) { - border-color: #5aa411; - box-shadow: inset 0 0 0 1px #5aa411; } + border-color: black; + box-shadow: inset 0 0 0 1px black; } .linked.vertical > entry:not(:disabled) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical) { border-top-color: #252626; @@ -324,7 +324,7 @@ entry, spinbutton:not(.vertical) { .linked.vertical > entry + entry:focus:not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical) { border-top-color: #0f2b48; } .linked.vertical > entry + entry:drop(active):not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical) { - border-top-color: #5aa411; } + border-top-color: black; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, @@ -336,7 +336,7 @@ entry, spinbutton:not(.vertical) { .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo { - border-top-color: #5aa411; } + border-top-color: black; } /*********** * Buttons * @@ -505,8 +505,8 @@ notebook > header > tabs > arrow, headerbar button.titlebutton, .titlebar button.titlebutton:drop(active), .titlebar combobox:drop(active) button.titlebutton.combo, combobox:drop(active) .titlebar button.titlebutton.combo, button:drop(active), combobox:drop(active) button.combo { - border-color: #5aa411; - box-shadow: inset 0 0 0 1px #5aa411; } + border-color: black; + box-shadow: inset 0 0 0 1px black; } button.osd { color: #eeeeec; border-radius: 5px; diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 4c90aa95c1..a938e9c2d3 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -122,7 +122,7 @@ textview { textview:drop(active), textview:drop(active) > text { box-shadow: none; } textview:drop(active) > text { - background-color: rgba(115, 210, 22, 0.1); } + background-color: rgba(0, 0, 0, 0.1); } popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.osd, .csd popover.background.osd, .app-notification, .app-notification.frame, .osd .scale-popup, .osd { @@ -240,7 +240,7 @@ entry, spinbutton:not(.vertical) { .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo { border-left-color: #4a90d9; } .linked:not(.vertical) > entry:drop(active) + entry, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo { - border-left-color: #73d216; } + border-left-color: black; } entry.error, spinbutton.error:not(.vertical) { color: #cc0000; border-color: #cc0000; } @@ -310,8 +310,8 @@ entry, spinbutton:not(.vertical) { text-shadow: none; -gtk-icon-shadow: none; } entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical), entry:drop(active), spinbutton:drop(active):not(.vertical) { - border-color: #73d216; - box-shadow: inset 0 0 0 1px #73d216; } + border-color: black; + box-shadow: inset 0 0 0 1px black; } .linked.vertical > entry:not(:disabled) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical) { border-top-color: #e2e2e0; @@ -324,7 +324,7 @@ entry, spinbutton:not(.vertical) { .linked.vertical > entry + entry:focus:not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical) { border-top-color: #4a90d9; } .linked.vertical > entry + entry:drop(active):not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical) { - border-top-color: #73d216; } + border-top-color: black; } .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, @@ -336,7 +336,7 @@ entry, spinbutton:not(.vertical) { .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo { - border-top-color: #73d216; } + border-top-color: black; } /*********** * Buttons * @@ -505,8 +505,8 @@ notebook > header > tabs > arrow, headerbar button.titlebutton, .titlebar button.titlebutton:drop(active), .titlebar combobox:drop(active) button.titlebutton.combo, combobox:drop(active) .titlebar button.titlebutton.combo, button:drop(active), combobox:drop(active) button.combo { - border-color: #73d216; - box-shadow: inset 0 0 0 1px #73d216; } + border-color: black; + box-shadow: inset 0 0 0 1px black; } button.osd { color: #eeeeec; border-radius: 5px;