Not the same Font as in the Screenshot
handkerchief333 opened this issue · 8 comments
The font used in the screenshots is Operator Mono, a paid font.
I can't bundle a font in the plugin, but I can set the default font to use from your system. Its configured here.
This color scheme was forked from the popular Material plugin, and I left the default font as Menlo. But with the recent release of JetBrains Mono, I may switch to that.
But your right, the screenshots are a bit deceiving since they are not using the default font. Maybe when I update the default font, I will also update the screenshots as well. Sorry for the confusion.
Thank you very much for your great and fast support.
Now it's clear to me.
May I ask you if it is also possible to match the same colors like the original theme? Or is there a technical or copyright reason behind this? Because instead of pink/red, the original theme use a very beautiful blue or cyan color as main highlighted color for e.g. function, if/else or class words.
https://monokai.pro/vscode
Thank you again.
Keep in mind, this plugin has 5 themes bundled in:
- Monokai Pro
- Monokai Pro (Filter Octagon)
- Monokai Pro (Filter Ristretto)
- Monokai Pro (Filter Spectrum)
- Monokai Pro (Filter Machine)
When you install the Monokai Pro plugin, I think it defaults to loading the Filter Spectrum theme. (I need to fix that, the default should be Monokai Pro with no filter). Try switching to Monokai Pro without filter, and see if that looks like what you wanted.
The colors should match exactly with the official colors from https://monokai.pro. However, JetBrains and VSCode will probably put the colors in different places, because of how they parse the syntax differently.
I changed the themes, but the only thing that changes between these themes is the background color, but not the font/sign colors. They are all the same, regardless which theme i choose.
So I asume that's not a correct function of the themes?
Is it possible that there are problems with the version 2020.1 or maybe some individual settings (before I installed your theme) in my phpstorm?
If I switch back to Monokai Pro without filter, then the editor shows up exactly like the theme with filter Ristretto. Strange... I can't go back to a black background like my first screenshot in my first comment (that was already Monokai Pro without filter.)
The text colors do change, but very subtly. If you look at https://monokai.pro, and click back/forth between the filter examples on the website, you will see the text colors barely change.
Also keep in mind when switching themes, you have to change both the Ul theme (from Appearance and Behavior), and also the color scheme (from Color Scheme Font). Maybe you have them mismatched?
Ok I see. And I was wrong with my last paragraph. Now I can setting this up how I like it, thanks again. You are the fastest responser on Github :)
PS: One last tip for a better usabilty. If you are hovering menus and submenus, there are no highlights, so it's not easy to see where you are with your mouse. It would be great if there is for example a yellow font hover effect.
Yea, I think your referring to this issue that I need to work on: #2