Posts
1
Comments
0
Joined
2 yr. ago
Titlebar Color Sync and Rounded Corners
Inspired by a Reddit post some month ago, I wrote two patches:
titlebar-colors.patch
for syncing the colors of the titlebar with the rest of the frame. This usesGtkHeaderbar
to allow Emacs to control the colors internally. I haven't gotten the foreground color to sync yet. The changes are done to GTK parts of Emacs and should work for both X and Wayland (pgtk) builds.rounded-corners.patch
to make the shape of frames more consistent with other applications. The changes are made to PGTK parts of Emacs, but should be easily applicable to other places. Right now, it forces a 12 px radius. Ideally, it should just respect the shape of the underlyingGtkWindow
. This would make it more versatile and automatically change t