<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Why &quot;Brace highlight style&quot; font size hard-coded to 10 in &quot;stylers.model.xml&quot; ?]]></title><description><![CDATA[<p dir="auto">The file “stylers.model.xml” contains the following line:</p>
<pre><code>&lt;WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="10" /&gt;
</code></pre>
<p dir="auto">The <code>fontSize="10"</code> part makes the highlighted braces to always have a font size of 10.<br />
Therefore, when I increase the Font size in the Default Style (within the Style Configurator), I’m getting small highlighted braces because their font size is still 10.</p>
<p dir="auto">So I’m proposing to change the mentioned line in “stylers.model.xml” to:</p>
<pre><code>&lt;WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" /&gt;
</code></pre>
<p dir="auto">unless there is a specific reason to always have the font size of 10 there…</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27013/why-brace-highlight-style-font-size-hard-coded-to-10-in-stylers-model-xml</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 11:43:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27013.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Jul 2025 12:44:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Why &quot;Brace highlight style&quot; font size hard-coded to 10 in &quot;stylers.model.xml&quot; ? on Mon, 18 Aug 2025 16:34:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vitalii-dovgan" aria-label="Profile: Vitalii-Dovgan">@<bdi>Vitalii-Dovgan</bdi></a> ,</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16928" rel="nofollow ugc">PR 16928</a> will remove that forced fontSize, and fix other fontSize consistency problems in the model and themes.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/102951</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102951</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 18 Aug 2025 16:34:01 GMT</pubDate></item></channel></rss>