Skip to content
Commits on Source (3)
mate-themes (3.22.11-1+deb9u1+hypra2) stretch; urgency=medium
[ Samuel Thibault ]
* Add fix for transparent-instead-of-black title.
* Add fix for black-on-black when renaming a file in caja with highcontrast
inverse.
-- Cyril Brulebois <cyril@debamax.com> Fri, 27 Apr 2018 17:58:56 +0200
mate-themes (3.22.11-1+deb9u1+hypra1) stretch; urgency=medium
[ Samuel Thibault ]
......
---
desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -164,7 +164,7 @@ entry {
border-radius: 0; }
spinbutton:focus:not(.vertical),
entry:focus {
- background-color: transparent;
+ background-color: black;
border-style: solid;
background-image: linear-gradient(to bottom, #090909, #111 90%);
border-color: #aaa;
transparent-buttons
transparent-title
0001_BlackMATE_change-menuitem-accelerator-font-color_b471395.patch
0002_BlackMATE_fix-font-color-in-url-bar-of-google-chrome_bb1f13b.patch
caja
--- a/marco-themes/HighContrast/metacity-theme-1.xml
+++ b/marco-themes/HighContrast/metacity-theme-1.xml
@@ -284,13 +284,13 @@
</frame_style>
<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused">
- <piece position="entire_background" draw_ops="blank"/>
+ <piece position="entire_background" draw_ops="background_unfocused"/>
<button function="maximize" state="normal" draw_ops="restore_button"/>
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>
<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused">
- <piece position="entire_background" draw_ops="focus_outline"/>
+ <piece position="entire_background" draw_ops="focus_background"/>
<button function="maximize" state="normal" draw_ops="restore_button"/>
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>
--- a/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
+++ b/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
@@ -279,13 +279,13 @@
</frame_style>
<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused">
- <piece position="entire_background" draw_ops="blank"/>
+ <piece position="entire_background" draw_ops="background_unfocused"/>
<button function="maximize" state="normal" draw_ops="restore_button"/>
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>
<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused">
- <piece position="entire_background" draw_ops="focus_outline"/>
+ <piece position="entire_background" draw_ops="focus_background"/>
<button function="maximize" state="normal" draw_ops="restore_button"/>
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
</frame_style>