Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 16 Nov 2021 23:20:35 UTC Commit: b93da781801fafdf4e0e72c501b02be871e54eb9 https://github.com/geany/geany-osx/commit/b93da781801fafdf4e0e72c501b02be871...
Log Message: ----------- Remove the White Sur GTK theme and switch to Prof-Gnome
Modified Paths: -------------- COPYING Launcher/geany/geany/main.m README.md WhiteSur-light-solid/gtk-3.0/gtk-dark.css WhiteSur-light-solid/gtk-3.0/gtk.css WhiteSur-light-solid/gtk-3.0/gtk.gresource WhiteSur-light-solid/index.theme geany.bundle settings.ini
Modified: COPYING 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -5,9 +5,9 @@ Papirus icon theme: LGPLv3 https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
-WhiteSur GTK Theme: - MIT - https://github.com/vinceliuice/WhiteSur-gtk-theme.git +Prof-Gnome GTK Theme: + GPLv2 + https://github.com/paullinuxthemer/Prof-Gnome
The rest of the geany-osx project (scripts, configuration files, etc.): public domain
Modified: Launcher/geany/geany/main.m 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -123,7 +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-theme-name=Prof-Gnome\n" @"gtk-application-prefer-dark-theme=%@\n" @"gtk-icon-theme-name=%@\n", light ? @"0" : @"1",
Modified: README.md 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -25,7 +25,7 @@ A brief description of the contents of the project directory: ### Directories * *Launcher*: A binary launcher which is used to set up environment variables to run Geany. -* *WhiteSur-light-solid*: WhiteSur GTK 3 Theme +* *Prof-Gnome*: Prof-Gnome 3.6 GTK 3 Theme with minor modifications * *Papirus, Papirus-Dark*: Papirus GTK 3 icon theme with lots of unneeded icons removed to save space. * *macos-icon-design*: design file for macOS Geany icon.
Modified: WhiteSur-light-solid/gtk-3.0/gtk-dark.css 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -1 +0,0 @@ -@import url("resource:///org/gnome/theme/gtk-dark.css");
Modified: WhiteSur-light-solid/gtk-3.0/gtk.css 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -1 +0,0 @@ -@import url("resource:///org/gnome/theme/gtk.css");
Modified: WhiteSur-light-solid/gtk-3.0/gtk.gresource 0 lines changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
Modified: WhiteSur-light-solid/index.theme 13 lines changed, 0 insertions(+), 13 deletions(-) =================================================================== @@ -1,13 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=WhiteSur-light-solid -Comment=A MacOS BigSur like Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=WhiteSur-light-solid -MetacityTheme=WhiteSur-light-solid -IconTheme=Adwaita -CursorTheme=Adwaita -ButtonLayout=close,minimize,maximize:menu -
Modified: geany.bundle 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -161,8 +161,8 @@ ${prefix}/share/themes/Mac </data>
- <data dest="${bundle}/Contents/Resources/share/themes/WhiteSur-light-solid"> - ${project}/WhiteSur-light-solid + <data dest="${bundle}/Contents/Resources/share/themes/Prof-Gnome"> + ${project}/Prof-Gnome </data>
<data dest="${bundle}/Contents/Resources/etc/${gtkdir}/settings.ini">
Modified: settings.ini 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ [Settings] gtk-icon-theme-name=Papirus -gtk-theme-name=WhiteSur-light-solid +gtk-theme-name=Prof-Gnome gtk-key-theme-name=Mac
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).