[geany/geany-osx] 6cdd82: Changes related to new GTK3 theme
Jiří Techet
git-noreply at xxxxx
Wed Oct 9 19:22:30 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 09 Oct 2019 19:22:30 UTC
Commit: 6cdd8287f47e8bf5078960ba05711d6629c847b5
https://github.com/geany/geany-osx/commit/6cdd8287f47e8bf5078960ba05711d6629c847b5
Log Message:
-----------
Changes related to new GTK3 theme
Modified Paths:
--------------
COPYING
README.md
geany-gtk3.bundle
launcher-gtk3.sh
settings.ini
Modified: COPYING
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -17,9 +17,9 @@ Greybird GTK2 theme:
dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later
https://github.com/shimmerproject/Greybird
-Arc GTK3 theme:
- GPLv3
- https://github.com/horst3180/arc-theme
+Sierra GTK3 Theme:
+ GPLv2
+ https://github.com/vinceliuice/Sierra-gtk-theme
The rest of the geany-osx project (scripts, configuration files, etc.):
public domain
Modified: README.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -22,7 +22,7 @@ A brief description of the contents of the project directory:
removed to save space.
* *Greybird*: Greybird GTK 2 theme which has been modified to look more
like Mac OS.
-* *Arc*: Arc GTK 3 theme with minor text contrast adjustments.
+* *Sierra-light-solid*: Sierra GTK 3 Theme
* *iconbuilder.iconset*: contains source icons for the Geany.icns
file. Not needed for normal build, present just in case the icns file
needs to be recreated for some reason.
Modified: geany-gtk3.bundle
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -135,8 +135,8 @@
${prefix}/share/themes/Mac
</data>
- <data dest="${bundle}/Contents/Resources/share/themes/Arc">
- ${project}/Arc
+ <data dest="${bundle}/Contents/Resources/share/themes/Sierra-light-solid">
+ ${project}/Sierra-light-solid
</data>
<data dest="${bundle}/Contents/Resources/etc/${gtkdir}/settings.ini">
Modified: launcher-gtk3.sh
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -40,6 +40,7 @@ bundle_etc="$bundle_res"/etc
export DYLD_LIBRARY_PATH="$bundle_lib"
export XDG_CONFIG_DIRS="$bundle_etc"/xdg
+export XDG_CONFIG_HOME="$bundle_etc"
export XDG_DATA_DIRS="$bundle_data"
export GTK_DATA_PREFIX="$bundle_res"
export GTK_EXE_PREFIX="$bundle_res"
Modified: settings.ini
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,3 +1,3 @@
[Settings]
gtk-icon-theme-name = Papirus
-gtk-theme-name = Arc
+gtk-theme-name = Sierra-light-solid
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list