dempfi / ayu

🎨🖌 Modern Sublime Text theme
MIT License
4.29k stars 322 forks source link

Fonts not changing in sublime #176

Open Helithumper opened 6 years ago

Helithumper commented 6 years ago

Here is the folder font in Sublime Text right now: image And here is my settings file:

{
    "color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
    "font_size": 11,
    "ignored_packages":
    [
        "Vintage"
    ],
    "theme": "ayu-mirage.sublime-theme",
    "ui_font_roboto_mono": true,
    "ui_font_size_small": true,
    "ui_font_source_code_pro": true,
    "ui_native_titlebar": true,
    "ui_separator": true,
    "ui_wide_scrollbars": true
}

Therefore the line "ui_font_roboto_mono":true, Is not working correctly

And yes, I do have the font installed

dempfi commented 6 years ago

Hi @Helithumper, what OS and sublime version do you use?

Helithumper commented 6 years ago

This was with Ubuntu 16.04 and Sublime 3.0

Helithumper commented 6 years ago

Oops. My bad. So what had happened was that the font looks like the default (source code pro or whatever monospace is default) when at small font sizes. Given my hi-dpi screen and only a 13" monitor (surface pro 4) the font did not looks the same. Perhaps if there was an addition for the font size in the sidebar that would help out 👍 thx

Helithumper commented 6 years ago

You can see what I mean by the size problem in this screenshot. The Folders menu is significantly smaller than my main editor, therefore the text looks incorrect

image

dempfi commented 5 years ago

@Helithumper was this fixed with the latest(3200) sublime release?

dempfi commented 5 years ago

Oops, closed accidentally :)