Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 09 Aug 2021 22:19:56 UTC Commit: 7a3c9c7c617ddd97933c9f38e7ab58190fcee15e https://github.com/geany/geany-osx/commit/7a3c9c7c617ddd97933c9f38e7ab58190f...
Log Message: ----------- Also specify theme inside Geany's gtk settings.ini
Apparently something changed in GTK and the default one specified in the shared directory isn't taken any more.
Modified Paths: -------------- Launcher/geany/geany/main.m
Modified: Launcher/geany/geany/main.m 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -123,6 +123,7 @@ static BOOL write_gtk_config(void) {
NSString *gtk_config = [NSString stringWithFormat: @"[Settings]\n" @"gtk-menu-images=1\n" + @"gtk-theme-name=WhiteSur-light-solid\n" @"gtk-application-prefer-dark-theme=%@\n" @"gtk-icon-theme-name=%@\n", light ? @"0" : @"1",
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).