-
Notifications
You must be signed in to change notification settings - Fork 9
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
Request: Larger font size #16
Comments
Hi Shelton! I'm glad you like it :) The layout (fonts, colors,...) is controlled by a theme. Take a look here for a hint on how to customize it. Miro |
Did you fix it? |
Thanks for the follow-up. For now I've just disabled it. I've also realized this isn't a font size issue, it's a font issue. For some reason, other plugins display with a sans serif font, but this one displays in monospaced, which seems to be the issue. For instance, the CDNJS plugin also uses a second line of text, but look at the difference in clarity: And, of course, this same style is used for keymaps shown on a single line as well: Look at the It fully makes sense for this to be a theme issue, but I haven't made any changes to my theme recently, and I'm not having this issue with other plugins. I'm not sure what could be causing it. |
@eightygrit You're right, this plugin uses a monospace font and that's the problem with the small symbols. A quick hack is to open window.show_quick_panel(self.panel_items, self.runcommand, sublime.MONOSPACE_FONT) to window.show_quick_panel(self.panel_items, self.runcommand) This will use ST's default font. |
First, thanks for the plugin. It's great!
Second, I can barely see the keymaps because of the font size. It's a little clearer on a retina display, but on a display with lower resolution, it's pretty difficult to make out the characters. Here's how it looks on a Thunderbolt display:
The text was updated successfully, but these errors were encountered: