-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Request for GTK theme support in Zed editor #14871
Comments
Implementing GTK theming would be a difficult task and probably not a good idea (mainly on the technical side). However, adding Freedesktop accent color support would be quite nice. Here's a good article on the matter: https://cassidyjames.com/blog/freedesktop-accent-colors-gnome-proposal/ From https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html:
Also want to clarify:
Those are not related to the GTK theme. I'm not sure what you mean by the latter, but the former can be fixed separately. |
This refers to the bar at the top of the window, which has different close/minimize/maximize icons and layout from all GTK apps (and soon, QT apps as well). GNOME doesn't even support server-side decorations, so libdecor might be the only solution. |
Just saying, having a Gnome-GTK-ish top bar will go a long way in making Zed feeling much more integrated in the UI. |
And make sure use gtk4 |
Hello 👋 Any progress/solution? |
Related issue: #14120 |
Check for existing issues
Describe the feature
It would be beneficial if the Zed editor could support GTK themes to provide a consistent user experience across the desktop environment.
Current Behavior:
Zed editor uses its default theme regardless of the GTK theme applied to the system.
Desired Behavior:
The Zed editor should automatically adopt the system-wide GTK theme, including font settings, window decorations, and color schemes, to ensure visual consistency with other GTK applications.
Use Case:
Many users prefer a unified look and feel for their applications, especially those using GTK-based desktop environments like GNOME and XFCE.
Additional Information:
Operating System: Ubuntu 24.04 LTS x86_64
GTK Theme: WhieSur GTK theme
Zed Editor Version: 0.144.4
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered: