Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 15 Oct 2023 11:48:23 UTC Commit: a34edf8ee2ed8953966fd489d0a3da67ad83294c https://github.com/geany/geany-osx/commit/a34edf8ee2ed8953966fd489d0a3da67ad...
Log Message: ----------- Adjust the Windows patch to perform similar changes in the dark theme too
Modified Paths: -------------- prof_gnome_windows_changes.patch
Modified: prof_gnome_windows_changes.patch 43 lines changed, 34 insertions(+), 9 deletions(-) =================================================================== @@ -1,18 +1,30 @@ -From 8e61cea64653675bfc837614ab79d1091822aa42 Mon Sep 17 00:00:00 2001 +From 5da0281f46aeb09c453bc083faa6abe4ecd3140e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Techet?= techet@gmail.com -Date: Sun, 20 Feb 2022 22:24:23 +0100 +Date: Sun, 15 Oct 2023 13:42:41 +0200 Subject: [PATCH] Adjust Prof-Gnome to look more native on Windows
-This patch: -- sets #000000 as the text color -- decreases statusbar height by 6px --- + Prof-Gnome/gtk-3.0/main-dark.css | 2 +- Prof-Gnome/gtk-3.0/main-light.css | 2 +- + Prof-Gnome/gtk-3.0/theme-colors/colors-dark.css | 2 +- Prof-Gnome/gtk-3.0/theme-colors/colors-light.css | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + 4 files changed, 4 insertions(+), 4 deletions(-)
+diff --git a/Prof-Gnome/gtk-3.0/main-dark.css b/Prof-Gnome/gtk-3.0/main-dark.css +index 8cfe979b..cad3ddde 100644 +--- a/Prof-Gnome/gtk-3.0/main-dark.css ++++ b/Prof-Gnome/gtk-3.0/main-dark.css +@@ -6662,7 +6662,7 @@ background-image:linear-gradient(shade(@headerbar_button_color,0.90),shade(@head + } + statusbar + { +- margin: -3px; ++ margin: -6px; + border-radius: 0 0 6px 6px; + } + #weather-page, diff --git a/Prof-Gnome/gtk-3.0/main-light.css b/Prof-Gnome/gtk-3.0/main-light.css -index 27ef9721..b01e6b81 100644 +index b64d94ca..9261e5ed 100644 --- a/Prof-Gnome/gtk-3.0/main-light.css +++ b/Prof-Gnome/gtk-3.0/main-light.css @@ -6648,7 +6648,7 @@ filechooser placessidebar.sidebar @@ -24,8 +36,20 @@ index 27ef9721..b01e6b81 100644 border-radius: 0 0 6px 6px; } #weather-page, +diff --git a/Prof-Gnome/gtk-3.0/theme-colors/colors-dark.css b/Prof-Gnome/gtk-3.0/theme-colors/colors-dark.css +index dac69fa0..e2b320d7 100644 +--- a/Prof-Gnome/gtk-3.0/theme-colors/colors-dark.css ++++ b/Prof-Gnome/gtk-3.0/theme-colors/colors-dark.css +@@ -1,6 +1,6 @@ + /*((((((((( defining text-colors in all states )))))))))))))*/ + +-@define-color text_color #ececec; ++@define-color text_color #ffffff; + @define-color text_shadow_color #000000; + /**/ + @define-color selected_text_color #ececec; diff --git a/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css b/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css -index a7f9aa89..7719498e 100644 +index 0cb9a3ce..aad65ccf 100644 --- a/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css +++ b/Prof-Gnome/gtk-3.0/theme-colors/colors-light.css @@ -1,6 +1,6 @@ @@ -37,4 +61,5 @@ index a7f9aa89..7719498e 100644 /**/ @define-color selected_text_color #ffffff; -- -2.31.1 +2.37.5 +
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).