Some icons rendered abnormally
absop opened this issue · 19 comments
Hey, @absop thanks for the report. I will fix that ASAP.
Hey @absop I understand, because on Github Theme I use some letters (M, S, U) instead of a simple dot or plus...
Can you tell me what version of Sublime you use and what is your machine (Mac, Window, or Linux)?
p.s: I'm working on the Dimmed version, so I will do everything in the same release.
Hi @absop GitHub Theme not exists, now we have:
- GitHub Light
- GitHub Dark
- GitHub Dimmed
ST save GitHub Theme in your local machine, but in reality, it's was deleted.
And I found two issue of the Dark & Dimmed variant.
- The first one is about the tab bar, the main color of the tab bar does not match the color of the tabs.
- The second one is about the font displayed in status bar, which is a little blurry.
About that I will check, thanks for the report.
Hi @absop GitHub Theme not exists, now we have:
- GitHub Light
- GitHub Dark
- GitHub Dimmed
ST save GitHub Theme in your local machine, but in reality, it's was deleted.
And I found two issue of the Dark & Dimmed variant.
- The first one is about the tab bar, the main color of the tab bar does not match the color of the tabs.
- The second one is about the font displayed in status bar, which is a little blurry.
About that I will check, thanks for the report.
The Github Theme.sublime-theme
file still included by the package.
Github Theme
WOW, it was an error, which must have occurred during the merge.
But it will be eliminated.
Regarding the Tabs the problem is the fact that the Theme extender of the Adaptive Theme native to ST.
I will resolve this ASAP
Hey, @absop can you please tell me if, the issues were solved?
Hey, @absop can you please tell me if, the issues were solved?
Yes, it's solved. It looks much better than before, it's a significant improvement.
There is just a little problem, that is, the dark series themes input box seems a little too bright in contrast to the surrounding colors, I think we can make them a little darker.
Hey, thanks for your feedback.
That is not possible to fix, because the color of the text inside the input comes from the scheme, so is not possible to customize it.
I can change the Input background, but with Light Schemes will be not possible to read what is written inside.
Hey, thanks for your feedback.
That is not possible to fix, because the color of the text inside the input comes from the scheme, so is not possible to customize it.
I can change the Input background, but with Light Schemes will be not possible to read what is written inside.
That's okay. I got it.
I actually liked the theme that automatically adapts to the Color Scheme (The privious Github Theme
). I think we can keep it, by making it complete and adding some Settings for it to give users some room to personalize it (such as adjusting the height of tab bar). In addition, the Light, Dimmed, and Dark themes can inherit the adaptive GitHub Theme
directly by setting the variables in the GitHub Theme
to a fixed value. This makes it easier to maintain these themes.
In fact, I created the Meetio Theme which is fully adaptable to the scheme color, so you can install and do a lot of overrides to default variables.
But the idea of GitHub Theme is no longer an adaptable one, but a "copy" adapted to Sublime Text from GitHub's VS Code themes.
So, for now, I don't have a plan to put GitHub Theme adaptive again.
p.s: These new themes are only available for ST4, so if you like the previous approach (adaptive) you can install manually the GitHub Theme from the st3
branch.
I'm still on the release version of ST3, and the icons are messed up for me too. Can we get the fix back-ported to the ST3 releases please?
Hey @Drarok, I will fix that on ST3.