<p></p>
<p><b>@elextr</b> commented on this pull request.</p>

<p dir="auto">Done</p><hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780710848">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> @@ -201,6 +201,45 @@ indent settings - i.e. you might want one document indented with tabs whilst
 another is open with spaces indentation. See the [manual][8] for details.
 
 
+## How to change the GTK theme?
+
+The GTK theme defines the look and feel of Geany. Many different themes are available on the net,
+including dark ones. You might have a look at https://www.gnome-look.org/ for GTK3 themes.
</pre>
<p dir="auto">Suggest "Many different themes, including dark ones, are available on the net, for example from <a href="https://www.gnome-look.org/" rel="nofollow">https://www.gnome-look.org/</a>."</p>
<p dir="auto">No need to mention GTK3, its all Geany does ATM.</p>

<hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780711103">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> +
+Themes you may like:
+
+- "Prof-Gnome" https://www.gnome-look.org/p/1334194 (used in Geany for macOS)
+- "Windows 10" https://github.com/B00merang-Project/Windows-10
+- "Windows 10 Dark" https://github.com/B00merang-Project/Windows-10-Dark
+
+### On macOS
+
+Geany releases for macOS have the "Prof-Gnome" theme pre-installed and depending on the used macOS theme, the light or dark variant is used automatically.
+
+If desired, the theme can be changed by replacing the folder contents of `Geany.app/Contents/Resources/share/themes/Prof-Gnome` in the Geany.app bundle. Note that the folder name `Prof-Gnome` must be kept and only the contents should be replaced.
+
+### On Linux/Unix systems
+
+Changing the GTK theme on Linux and Unix distributions is done differently depending on the desktop environment you use.
</pre>
<p dir="auto">Add at the start "Geany will follow the GTK theme set by the normal desktop tools so changing ..."</p>

<hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780711166">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> @@ -201,6 +201,45 @@ indent settings - i.e. you might want one document indented with tabs whilst
 another is open with spaces indentation. See the [manual][8] for details.
 
 
+## How to change the GTK theme?
+
+The GTK theme defines the look and feel of Geany. Many different themes are available on the net,
+including dark ones. You might have a look at https://www.gnome-look.org/ for GTK3 themes.
+
+Note that changing the GTK theme will not affect the syntax highlighting color theme within Geany.
+To change this, see [Color Themes](/download/themes/).
+
+### On Windows
+
+To change the GTK theme, perform the following steps:
+
+- find and download a GTK theme
+- unpack its contents into the directory `c:\Users/<YOUR_USERNAME>\AppData\Local\themes\` (create if it does not exist yet)
+- create the directory `c:\Users/<YOUR_USERNAME>\AppData\Local\gtk-3.0\` if it not already exists
</pre>
<p dir="auto">" ... if it does not already exist"</p>

<hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780711225">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> +
+- find and download a GTK theme
+- unpack its contents into the directory `c:\Users/<YOUR_USERNAME>\AppData\Local\themes\` (create if it does not exist yet)
+- create the directory `c:\Users/<YOUR_USERNAME>\AppData\Local\gtk-3.0\` if it not already exists
+- create a file `settings.ini` in this directory with the following contents:
+  ```
+  [Settings]
+  gtk-theme-name=Prof-Gnome
+  ```
+- adjust the `gtk-theme-name` setting to match the folder name of the unpacked GTK theme
+
+Themes you may like:
+
+- "Prof-Gnome" https://www.gnome-look.org/p/1334194 (used in Geany for macOS)
+- "Windows 10" https://github.com/B00merang-Project/Windows-10
+- "Windows 10 Dark" https://github.com/B00merang-Project/Windows-10-Dark
</pre>
<p dir="auto">What about your favourite olde fashioned ... erm I mean "traditional" <g-emoji class="g-emoji" alias="smile" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f604.png">😄</g-emoji> one?</p>

<hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780711271">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> +- create a file `settings.ini` in this directory with the following contents:
+  ```
+  [Settings]
+  gtk-theme-name=Prof-Gnome
+  ```
+- adjust the `gtk-theme-name` setting to match the folder name of the unpacked GTK theme
+
+Themes you may like:
+
+- "Prof-Gnome" https://www.gnome-look.org/p/1334194 (used in Geany for macOS)
+- "Windows 10" https://github.com/B00merang-Project/Windows-10
+- "Windows 10 Dark" https://github.com/B00merang-Project/Windows-10-Dark
+
+### On macOS
+
+Geany releases for macOS have the "Prof-Gnome" theme pre-installed and depending on the used macOS theme, the light or dark variant is used automatically.
</pre>
<p dir="auto">and depending on the macOS theme used, the light or dark variant is used automatically.</p>

<hr>

<p>In <a href="https://github.com/geany/www.geany.org/pull/40#discussion_r780711581">page_content/documentation/faq.md</a>:</p>
<pre style='color:#555'>> @@ -201,6 +201,45 @@ indent settings - i.e. you might want one document indented with tabs whilst
 another is open with spaces indentation. See the [manual][8] for details.
 
 
+## How to change the GTK theme?
+
+The GTK theme defines the look and feel of Geany. Many different themes are available on the net,
+including dark ones. You might have a look at https://www.gnome-look.org/ for GTK3 themes.
+
+Note that changing the GTK theme will not affect the syntax highlighting color theme within Geany.
</pre>
<p dir="auto">Isn't it called a "color scheme" eg <code>Menu->View->Change Color Scheme...</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/www.geany.org/pull/40#pullrequestreview-847197487">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5GMJ7PA3S7ZSC5GALUVCXPNANCNFSM5LINDFPQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJY4GSRQHQWR47WQWNTUVCXPNA5CNFSM5LINDFP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOGJ7TKLY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/www</span><span>.</span><span>geany</span><span>.</span><span>org/pull/40/review/847197487</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/www.geany.org/pull/40#pullrequestreview-847197487",
"url": "https://github.com/geany/www.geany.org/pull/40#pullrequestreview-847197487",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>