You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md reference an example using Source Code Pro font at a size 12.
The actual theme is using a much bigger font (16), I believe it should be set to 12: 15 <WidgetStyle name="Default Style" styleID="32" fgColor="D8DEE9" bgColor="2E3440" fontName="Source Code Pro" fontStyle="0" fontSize="16" />
In addition to this, a few additional styles are set with different font sizes, I believe the fontsize attribute can be removed from those lines as to prevent weird display behaviours: 17 <WidgetStyle name="Brace highlight style" styleID="34" fgColor="D8DEE9" bgColor="88C0D0" fontStyle="0" fontSize="12" /> 25 <WidgetStyle name="Fold active" styleID="0" fgColor="88C0D0" bgColor="2E3440" fontSize="8" fontStyle="0" /> 29 <WidgetStyle name="Find Mark Style" styleID="31" fgColor="2E3440" bgColor="88C0D0" fontSize="10" fontStyle="0" /> 30 <WidgetStyle name="Mark Style 1" styleID="25" fgColor="2E3440" bgColor="88C0D0" fontStyle="0" fontSize="10" /> 33 <WidgetStyle name="Mark Style 4" styleID="22" fgColor="2E3440" bgColor="88C0D0" fontStyle="0" fontSize="10" />
The text was updated successfully, but these errors were encountered:
kenijo
changed the title
Font size doesn't is too big (and doesn't match the theme description)
Font size is too big (and doesn't match the theme description)
Oct 9, 2019
The README.md reference an example using Source Code Pro font at a size 12.
The actual theme is using a much bigger font (16), I believe it should be set to 12:
15 <WidgetStyle name="Default Style" styleID="32" fgColor="D8DEE9" bgColor="2E3440" fontName="Source Code Pro" fontStyle="0" fontSize="16" />
In addition to this, a few additional styles are set with different font sizes, I believe the fontsize attribute can be removed from those lines as to prevent weird display behaviours:
17 <WidgetStyle name="Brace highlight style" styleID="34" fgColor="D8DEE9" bgColor="88C0D0" fontStyle="0" fontSize="12" />
25 <WidgetStyle name="Fold active" styleID="0" fgColor="88C0D0" bgColor="2E3440" fontSize="8" fontStyle="0" />
29 <WidgetStyle name="Find Mark Style" styleID="31" fgColor="2E3440" bgColor="88C0D0" fontSize="10" fontStyle="0" />
30 <WidgetStyle name="Mark Style 1" styleID="25" fgColor="2E3440" bgColor="88C0D0" fontStyle="0" fontSize="10" />
33 <WidgetStyle name="Mark Style 4" styleID="22" fgColor="2E3440" bgColor="88C0D0" fontStyle="0" fontSize="10" />
The text was updated successfully, but these errors were encountered: