-
Notifications
You must be signed in to change notification settings - Fork 793
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
Fuzzy title bar text on the dark theme #1190
Comments
@lamberttraccard Consider that Material Theme for sublime text is not under active development cause Sublime Text is now an obsolete software with lack of features compared to other editors. There is a lot of issues with this software and maintaining this theme is not more affordable for me. I suggest you to consider other editors like Visual Studio Code + Material Theme |
@equinusocio How come you think that? Wasn't it updated to version 3.0 just 11 days ago? I've always seen you supporting this theme (and possibly Sublime Text as well). Is there a reason you're irritated at it right now, or was that annoyance building up in you over the last year or so? I'm just curious. It's quite ironic because I literally switched over to Sublime Text from Atom (with Atom's material theme) because I felt like Atom was outdated, slow, and ugly. These were the things that Sublime Text fixed, which is why I made the switch. It also seemed to me to have more features and be more powerful than Atom. After discovering your material theme, I completely switched over and now I'm here to stay until something better comes along (which is not even close to likely to happen, given how good I think Sublime Text is). That's why I find this comment of yours a bit odd! |
It's easy to understand, he started this project two or more years ago, got excited by including more features and more themes and released a version that worked fine. He closed all his issues, then discovered Visual Studio Code, and started to like it more than Sublime (which I agree as well). Then suddenly Sublime got updated and some stuff started to break. To him, it's a pain in the ass to take care of something that he is not using actively, still continues to support it for the welfare of the community. But then people got angry because of bugs, started to curse him for not taking care of his project. He got pissed and became bitter against these people, not against the people that are congrulating the plugin. Still, he doesn't want to use his free time to continue supporting a plugin that he has no more interest in it. He is working on a Visual Studio Code version of it actively, and to him it's much more rewarding than this one. As an open source project, you are free to take a look at the source code and Sublime Text API and fix the issues, I don't think he will be opposed to that! In fact, that's exactly what I did with the Material Theme for Jetbrains project. The project got abandoned a year ago and stopped working, and the original owner got too busy to take care of it and issues were piling up. I didn't know anything about plugin development for IntelliJ IDEA but I decided to take a look anyway because, well, I had nothing to do at the time and I really wanted it to make it work. Fast forward a year after, I added tons of features to the plugin, got it working for latest releases, and had a lot of fun doing it. So if you like this project, get your hands dirty and help a developer out. |
@sn0wyfall Sublime Text 3 was in beta release for almost 3 years.. after 3 years of bugfix it come out with no new features (yes it is fast) but the speed is not the only thing you should consider, and remember that you have to buy it for 80$. It doesn't have:
About the ST custom theme engine.. it sucks, it is old and unstable and it require to many python logic (that slow down it) I think Visual Studio Code is in the middle between speed and functionalities, the right compromise. It get updates every months (every week if you use the insiders build), is open-source and his community is very large and the dev team follow the community requests. I asked a lot of features to be added for the theme customisations, and they added them. All of this without have to pay. So i think that a supported text editor, fast (compared to atom, a bit slow compared to ST), free and with a lot of features is better than a commercial software that was in beta for 3 years and come out without 0 features for developers. As @mallowigi said, i was the only active contributor to this project, no one asked me to collaborate, 140 PR of typo fix, I just got help from @ihodev in this years. PR Are welcome, but now i'm focused on Material Theme for Visual Studio Code and another side project. I suggest you to consider Visual Studio Code as alternative of Atom. 👍 |
I think Sublime is okay as a text editor++. I use it mostly to open single files, log tickets, and gists/snippets. I would not use it for a project even though I know tons of people that do so. |
@mallowigi I agree with you. It is now just a TextEdit replacement ... |
So, there is no fix for this? |
@mallowigi I see, you're totally right about that. Thanks for your perspective! @equinusocio Thank you very much for taking the time to explain. I wholeheartedly agree with what you're saying (and I've considered some of those points before, too!). I'll definitely check Visual Studio out in the future. I'll do my best to provide pull requests to this project, because I won't lie when I say that it changed my life. Thanks a ton for that! |
Since i don’t have this issue (on the same platform), fixing it by changing the color tells me that is a rendering issue with sublime that doesn’t render correctly the aliased font. |
Looks like an issue with Sublime rendering. They are applying a gray text-shadow, which is rendering fine on lighter colors, and (very) bad on darker colors. You can open up an issue in the sublime forum https://forum.sublimetext.com/search?q=title%20bar%20order%3Alatest |
Since @equinusocio recommended people to move to Visual Studio Code, I think it is fair to recommend people using Sublime Text, and not willing to give it up (like me) to move to the Ayu theme. I find it very functional, and more aesthetically beautiful than the Material theme. It is also not broken. |
@Fastidious Thanks for the suggestion! I don't think it's necessarily better but they're both good. I'll probably switch between the two. |
@alexchantastic exactly, you can see the shadow even in your screenshot. Since in Darker it is darker than in Adaptive, it doesnt look good. I've played with the colors, and while some colors render well, some don't. I would submit a bug request, but like Mattia, I don't really care about Sublime and the title is a small issue. At most we can make it white and call it a day. |
Actually I noticed this on several different apps once I upgraded to High Sierra when showing a dark theme. For instance, in my Parallels control center the text looked the same in the dark theme view. This might just be a High Sierra issue. On the note to VS Code, it appears to have some crazy stuff happening with High Sierra as well, sometimes the view just stops rendering text and becomes unresponsive. Don't you all just love OS updates :-) |
sad to see @equinusocio move away from ST3. I have always liked your style. ST3 dev supports ligatures now, that counts for something right ? |
Ligatures are still broken as fuck... E.g. |
Change editor... 🙄 |
@tvercruysse Wait... do you have more information about this? |
@sn0wyfall by removing the app title bar style you can fix the High CPU issue and this. |
@sn0wyfall yes. The ST3 Dev build has ligatures support since build 3146 check changelog for more info. only tried it with php, python, html, blade (laravel) and javascript so far but works great with firaCode. |
@snwflake ligatures work fine for me ( spoiler i am not a haskell programmer so i just took code from the (visually pleasing) haskell website ) |
@tvercruysse I wonder if it can work with other fonts like this |
@sn0wyfall No, that's not possible, but you can use: https://github.com/kiliman/operator-mono-lig |
@ihodev Awesome, thank you so much! |
The title bar text look fuzzy on the darker themes.
I'm not sure it's very visible on the screen capture.
Seems like there is a text shadow apply but looks odd.
The text was updated successfully, but these errors were encountered: