mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
deploy: be8afe1bfe
This commit is contained in:
parent
aea8271e44
commit
533f9ca47a
@ -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
|
<a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a> and
|
||||||
user-submitted themes
|
user-submitted themes
|
||||||
<a href="https://github.com/helix-editor/helix/blob/master/runtime/themes">here</a>.</p>
|
<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 <name>
|
|
||||||
</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>
|
<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>
|
<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
|
<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
@ -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
|
<a href="https://github.com/helix-editor/helix/blob/master/theme.toml">here</a> and
|
||||||
user-submitted themes
|
user-submitted themes
|
||||||
<a href="https://github.com/helix-editor/helix/blob/master/runtime/themes">here</a>.</p>
|
<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 <name>
|
|
||||||
</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>
|
<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>
|
<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
|
<p>It's recommended to define a palette of named colors, and refer to them in the
|
||||||
|
Loading…
Reference in New Issue
Block a user