MaciekBaron / sublime-list-less-vars

Simple Sublime 2/3 plugin for listing LESS variables used in a file and inserting them into the file
14 stars 6 forks source link

Make List Menu use 'font_face'. #4

Open mikedidthis opened 11 years ago

mikedidthis commented 11 years ago

Is there any chance that the 'Variable List Menu' could use the font_face I have already defined. If you take a look at the example, it uses a serif font, where as the main font is monospaced:

3fb28498-c448-11e2-84f7-3534917d8927

Not a game breaker by any means. Thanks

MaciekBaron commented 11 years ago

Sorry, I'm not sure I follow... Would you like the variable list to be displayed using a specific font (e.g. the Trebuchet entry to be displayed using the Trebuchet font)?

mikedidthis commented 11 years ago

Sorry, I should be more clear. The list would render in the font the user has specified in their Preferences.sublime-settings file. For example, I have font_face: Inconsolata set in my Preferences.sublime-settings file. All menus in Sublime then use this font when rendering the text. Sadly the variable list doesn't.

As I said its a really tiny thing. Thanks