notepadplusplus icon indicating copy to clipboard operation
notepadplusplus copied to clipboard

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

Open kenijo opened this issue 6 years ago • 0 comments

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 avatar Jun 18 '19 20:06 kenijo