Skip to content
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

Font size is too big (and doesn't match the theme description) #7

Open
kenijo opened this issue Jun 18, 2019 · 0 comments
Open

Font size is too big (and doesn't match the theme description) #7

kenijo opened this issue Jun 18, 2019 · 0 comments

Comments

@kenijo
Copy link

kenijo commented Jun 18, 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" />

@kenijo 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant