This commit is contained in:
pascalkuthe 2024-04-08 16:15:46 +00:00
parent aea8271e44
commit 533f9ca47a
4 changed files with 2 additions and 10 deletions

View File

@ -1723,10 +1723,6 @@ and cannot be overridden by user-defined themes.</p>
<a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a> and
user-submitted themes
<a href="https://github.com/helix-editor/helix/blob/master/runtime/themes">here</a>.</p>
<h3 id="using-the-linter"><a class="header" href="#using-the-linter">Using the linter</a></h3>
<p>Use the supplied linting tool to check for errors and missing scopes:</p>
<pre><code class="language-sh">cargo xtask themelint onedark # replace onedark with &lt;name&gt;
</code></pre>
<h2 id="the-details-of-theme-creation"><a class="header" href="#the-details-of-theme-creation">The details of theme creation</a></h2>
<h3 id="color-palettes"><a class="header" href="#color-palettes">Color palettes</a></h3>
<p>It's recommended to define a palette of named colors, and refer to them in the

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -202,10 +202,6 @@ and cannot be overridden by user-defined themes.</p>
<a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a> and
user-submitted themes
<a href="https://github.com/helix-editor/helix/blob/master/runtime/themes">here</a>.</p>
<h3 id="using-the-linter"><a class="header" href="#using-the-linter">Using the linter</a></h3>
<p>Use the supplied linting tool to check for errors and missing scopes:</p>
<pre><code class="language-sh">cargo xtask themelint onedark # replace onedark with &lt;name&gt;
</code></pre>
<h2 id="the-details-of-theme-creation"><a class="header" href="#the-details-of-theme-creation">The details of theme creation</a></h2>
<h3 id="color-palettes"><a class="header" href="#color-palettes">Color palettes</a></h3>
<p>It's recommended to define a palette of named colors, and refer to them in the