Sublime Forum

Problem with Sublime Text title bar

#1

I’m using KDE Plasma on Debian and this is my config
{
“font_size”: 12,
“ignored_packages”:
[
“Vintage”,
],
“index_files”: true,
“color_scheme”: “Packages/ayu/ayu-mirage.sublime-color-scheme”,
“theme”: “ayu-mirage.sublime-theme”,
“gtk_client_side_window_decorations”: true,
}

0 Likes

#2

This is an issue with your GTK theme. Using gtk_client_side_window_decorations means you’re asking ST/GTK to draw the title bar instead of KDE.

0 Likes

#3

I guess you are right, changing the theme for GTK to default fixes the problem. Thanks.

0 Likes