<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags/Xfce on paapereira.xyz</title><link>https://paapereira.xyz/tags/xfce/</link><description>Recent content in Tags/Xfce on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sat, 09 Feb 2019 18:40:14 +0000</lastBuildDate><atom:link href="https://paapereira.xyz/tags/xfce/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Make Qt Apps Match Dark Themes on Xfce</title><link>https://paapereira.xyz/posts/2019/02/make-qt-apps-match-dark-themes-xfce/</link><pubDate>Sat, 09 Feb 2019 18:40:14 +0000</pubDate><guid>https://paapereira.xyz/posts/2019/02/make-qt-apps-match-dark-themes-xfce/</guid><description>&lt;p>In summary, I prefer dark themes and my QT based applications weren’t matching this preference. I’m using Xfce.&lt;/p>
&lt;p>After some digging around, and this &lt;a href="https://www.youtube.com/watch?v=rP4DWu24ff0">video&lt;/a>, here’s what I did.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>$ nano ~/.config/Trolltech.conf
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;blockquote>
&lt;p>[Qt]
style=GTK+&lt;/p>
&lt;/blockquote>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>$ sudo pacman -S qt5-styleplugins
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>$ sudo nano /etc/environment
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;blockquote>
&lt;p>QT_QPA_PLATFORMTHEME=gtk2
QT_STYLE_OVERRIDE=gtk2&lt;/p>
&lt;/blockquote></description></item></channel></rss>