Sublime Forum

Title and menu bar color

#1

Build 4166
With newest update, my

{
    "caption": "URL Decode",
    "command": "urldecode",
    "style": "color: white;"  
} ,

caption in menu bar just gone, for any themes other than default theme - default

with default-theme i’m manage to change sidebar color,etc… but when i’m changing title and menu bar color, it won’t work. But why other themes title/menu bar color still working ?

0 Likes

#2

Can you be more specific as to what’s happening? Where are you expecting this menu item to appear?

0 Likes

#3

just like this old thread : SublimeText4, menu bar caption color
now my caption menu is not even show up, it just gone

with default-theme it show up, but i want to change menu bar and title color but can’t, only way to change menu bar and title color is use dark themes, but by use dark themes, my additional caption menu is gone

0 Likes

#4

Menu items have never had a color associated with them. That screenshot looks like it’s working as intended.

0 Likes

#5

it working as intended but only for Default Theme - Default
If i’m using Adaptive, Dark themes, etc… the custom caption menu is missing

So now i have 2 ways :
1 - Use Default Themes - Default with custom caption menu still available, and can’t change color for title and menu bar
or
2 - Use Adaptive, dark themes, etc… so title/menu bar color will changed to dark, but i lost ability to access my custom “caption menu”

video : https://imgur.com/a/dcn5sE6

0 Likes

#6

I can confirm this behavior, even with “Default” theme.

see: https://github.com/sublimehq/sublime_text/issues/6204

1 Like

#7

oh i see, i just test myself, disable dark mode and with adaptive themes, my custom caption command is show up

0 Likes

#8

Disabling the "themed_title_bar" setting should also work as a workaround, letting you continue to use a dark theme outside the title-bar.

0 Likes