<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-themes, branch fix-error-entry-text-visibility</title>
<subtitle>Official themes for the MATE desktop</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/'/>
<entry>
<title>Traditional themes: fix invisible text in error/warning entry fields</title>
<updated>2026-05-15T13:05:39+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-15T13:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=a44267fbae0944cfce63a8c002452d64963113fc'/>
<id>a44267fbae0944cfce63a8c002452d64963113fc</id>
<content type='text'>
The entry widget uses a background-image gradient for an inner border
effect, which renders on top of background-color. When GTK applies the
.error class (e.g., search text not found), the text color changes to
white but the light gradient remains, making text invisible. This clears
the background-image for entry widgets in info/warning/question/error
states so the state background color shows through.

Fixes #331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entry widget uses a background-image gradient for an inner border
effect, which renders on top of background-color. When GTK applies the
.error class (e.g., search text not found), the text color changes to
white but the light gradient remains, making text invisible. This clears
the background-image for entry widgets in info/warning/question/error
states so the state background color shows through.

Fixes #331
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add --enable-gtk2 configure flag</title>
<updated>2026-05-05T19:16:26+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-05-05T01:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=aa7d85e6c52e6881683b76951e08ccfa5f181196'/>
<id>aa7d85e6c52e6881683b76951e08ccfa5f181196</id>
<content type='text'>
Add a configure flag to optionally skip installation of GTK2 theme
files. Enabled by default for backward compatibility. Distros that have
dropped GTK2 can pass --disable-gtk2 to avoid installing unused theme
files.

Fixes #332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a configure flag to optionally skip installation of GTK2 theme
files. Enabled by default for backward compatibility. Distros that have
dropped GTK2 can pass --disable-gtk2 to avoid installing unused theme
files.

Fixes #332
</pre>
</div>
</content>
</entry>
<entry>
<title>Weblate migration (#330)</title>
<updated>2026-04-29T20:14:43+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-29T20:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=a983b2c95aa405883f6d1f593aa5af2011ebc14f'/>
<id>a983b2c95aa405883f6d1f593aa5af2011ebc14f</id>
<content type='text'>
* update pot files

* retrieve last transifex translations

* add translation coverage badge

* remove invalid po files

* remove empty po files

* fix invalid po files

* update LINGUAS file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update pot files

* retrieve last transifex translations

* add translation coverage badge

* remove invalid po files

* remove empty po files

* fix invalid po files

* update LINGUAS file</pre>
</div>
</content>
</entry>
<entry>
<title>Bump actions/checkout from 5 to 6</title>
<updated>2026-03-12T20:38:48+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-03-12T20:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=eeb3221e915626df427b25f35cbda8ec4dc01b39'/>
<id>eeb3221e915626df427b25f35cbda8ec4dc01b39</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove GTK2 theme engine check</title>
<updated>2026-03-12T20:33:16+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-09T17:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=b347b074ca0c48f2d33b0b9acffd96c5e368f5a5'/>
<id>b347b074ca0c48f2d33b0b9acffd96c5e368f5a5</id>
<content type='text'>
Checking for GTK2 theme engine is unnecessary, as the install just
copies the files. If GTK2 is not available, the theme will just not be
present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checking for GTK2 theme engine is unnecessary, as the install just
copies the files. If GTK2 is not available, the theme will just not be
present.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macros</title>
<updated>2026-03-12T20:33:16+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-29T23:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=01d72fcafbd15a1cdb007ecbd7ed705c0faf2533'/>
<id>01d72fcafbd15a1cdb007ecbd7ed705c0faf2533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: remove clang build variant from arch CI</title>
<updated>2026-03-12T20:33:16+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-09T17:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=a7115039f896f492d7af5e91815153f68aa8d1dd'/>
<id>a7115039f896f492d7af5e91815153f68aa8d1dd</id>
<content type='text'>
There are no source code files in this repository, so a separate clang
build is unnecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no source code files in this repository, so a separate clang
build is unnecessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: migrate from Travis CI to GitHub Actions</title>
<updated>2026-03-12T20:33:16+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-27T22:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=d60d687b40a7cdae6793666b40a4ce6610da3dc2'/>
<id>d60d687b40a7cdae6793666b40a4ce6610da3dc2</id>
<content type='text'>
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
</pre>
</div>
</content>
</entry>
<entry>
<title>desktop-themes: Add BlueMenta-dark</title>
<updated>2025-10-28T14:45:11+00:00</updated>
<author>
<name>0x0000ff</name>
<email>stamp497@googlemail.com</email>
</author>
<published>2025-10-28T14:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=95326a857a94054513674a0e2897e5aae3f8cf84'/>
<id>95326a857a94054513674a0e2897e5aae3f8cf84</id>
<content type='text'>
A dark variant of BlueMenta with blue accent elements.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A dark variant of BlueMenta with blue accent elements.</pre>
</div>
</content>
</entry>
<entry>
<title>traditional themes: Remove background gradient from wnck applets</title>
<updated>2025-09-11T11:08:09+00:00</updated>
<author>
<name>David Hedlund</name>
<email>davidhedlund@users.noreply.github.com</email>
</author>
<published>2025-09-11T11:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-themes/commit/?id=2a5c31ddc1b598ff74a92fd314446de6cdf05cb3'/>
<id>2a5c31ddc1b598ff74a92fd314446de6cdf05cb3</id>
<content type='text'>
- Works for both TraditionalOk and TraditionalGreen
- Solves https://github.com/mate-desktop/mate-themes/issues/323</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Works for both TraditionalOk and TraditionalGreen
- Solves https://github.com/mate-desktop/mate-themes/issues/323</pre>
</div>
</content>
</entry>
</feed>
