-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][QUESTION] Oomox-theme header inconsistency across older GTK3/GTK2 apps #66
Comments
Hi, I don't think so, I understand this request is to have the menu bar color follow follow the titlebar in reflecting the focus state of the window, rather that not change the titlebar color? I'm away from home and my PC at the moment but will take a look when I am back. Hopefully Sunday. |
Its actually the other way around. I personally like the focused/unfcoused behavior of GTK3 themes. Sadly, there is now Menu-bar in newer "Gnome Apps", so I guess they haven't thought about consistency across older GTK3 and GTK2 apps with the mentioned "old" Menu-bar. The Menu-bar got replaced by this called "header", which should behave identically to the Menubar imho. So It seems logical the the focused/unfcoused behavior should also change from focused/unfcoused for these legacy apps using a Menubar.
+1 exactly, the Menu-bar should also change color. Its even more inconsistent because the Title-bar changes color (title(app name: eg. Leafpad), minimize, maximize, close), but not the Menu-bar. The new header is just an fusion of a reduced and Menu-bar and a Title-bar. So the old Menu-bar and old Title-bar should behave identical to the "new" Header-bar.
That would be very nice, I have tried to look at some script, but I could find a solution. Be aware, this is just my opinion and if someone could prove me wrong or tell me its not possible to implement I am okay with it. I am also not a native english speaker, therefore if something seems wrong or not understandable, tell me! |
Are there any news on this? I rad #18 but this only cover the new "header" not the old mentioned by me above. |
Still on my to do list.....
…On Sat, 16 Nov 2019 at 08:30, GitHubRepositoryX ***@***.***> wrote:
Are there any new on this? I rad [(https://github.com//issues/18
<#18>#issuecomment-390231547],
but this only cover the new "header" not the old mentioned by me above.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66?email_source=notifications&email_token=AG5MMTOMZSD5EKEI4HZ6IILQT6VTZA5CNFSM4I6WODL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHMQAA#issuecomment-554616832>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG5MMTJE7FPTWUHKWN3SE7LQT6VTZANCNFSM4I6WODLQ>
.
|
GTK3 theming supports unfocused state, so you can change the menubar color when window's inactive. menubar:backdrop { background-color: %BG%; } However, as far as I know GTK2 theming doesn't support unfocused state. Inkscape, shown as an example in OP, is a GTK2 app, so I believe you can't change its menubar color when window's inactive, unless it's ported to GTK3. |
Some older apps uses a "menuebar" (File, Edit, ..) as header. This header does not change color like the header of gnome apps (nautilus, ..). If a "gnome-app" like nautilus is focused, it changes the header color from "BG=" to "HDR_BG=". This does not apply to inkscape or other apps using a "menuebar", in this case unfocused and focused stays at "HDR_BG=" and wont change back to "BG=" if unfocused.
"BG=" in .config/oomox/colors/theme
"HDR_BG=" in .config/oomox/colors/theme
I made 2 screenshots to show the behavior. Does someone know how I can change this? (manually or did I a mistake?)
my omox-theme
The text was updated successfully, but these errors were encountered: