Closed andreiborisov closed 3 years ago
Sublime text 4?! Amazing, Iβll check it out and try to support if itβs not hard.
where is sublime 4?
You can check out the Sublime Text Discord server. I think this link should do it: https://discord.com/channels/280102180189634562/650695903446827011
I believe they have added features to the syntax stuff. Feel free to ask on the discord site. The devs are quite happy to help.
IMO its going to be some work, especially with the latest dev build 4092 and above. The menu bar has some breaking changes.
ST 4093+ adds a setting themed_title_bar
which may be used by themes to switch between
a) classical title bar and main menu and
b) themed title bar with hamburger menu
{
"class": "title_bar",
"settings": ["themed_title_bar"],
"bg": "...",
"fg": "...",
},
If I comment out the line // "ui_native_titlebar",
I get the old menu back. So if we provide a flag to toggle this setting, I guess it might work.
Anyone knows what the right settings are for the latest ST4 4101 dev build? The titlebar now blends with the statusbar in the bottom :)
It's a core bug.
It's a core bug.
Ah that explains a lot, it's temporary fixed when disabling and re-activating the theme. :)
Was there any progress on this? :)
Is there any update on this? I would like to have the old menu bar work in the Ayu theme instead of having the menu button.
I've started working on a new version here https://github.com/dempfi/ayu/pull/251. It all looks relatively easy, I just need to find a bit of time to finish
Closed in https://github.com/dempfi/ayu/pull/251
@dempfi what did the PR change exactly? Gotta say, I'd been using Ayu already for Sublime 4 for a few weeks now
@Jarvvski the idea of this release was to support ST4 and improve the usability of the theme:
I know ππ» doesn't say much, but you can compare visually screenshots from readme for the previous version and the new readme to see what has changed.
Sublime Text 4 dev builds are available via Sublime Discord server and it's slowly crawling to a wider dev release.
Since ayu is arguably the most well-thought-out theme for Sublime Text, it would be quite awesome to see ST4 supported eventually.