mirror of https://github.com/helix-editor/helix
deploy: ccb38e7696
parent
82a2758cd6
commit
5b9df8f7fd
|
@ -1228,6 +1228,17 @@ over it and is merged into the default palette.</p>
|
||||||
<tr><td><code>crossed_out</code></td></tr>
|
<tr><td><code>crossed_out</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 id="inheritance"><a class="header" href="#inheritance">Inheritance</a></h3>
|
||||||
|
<p>Extend upon other themes by setting the <code>inherits</code> property to an existing theme.</p>
|
||||||
|
<pre><code class="language-toml">inherits = "boo_berry"
|
||||||
|
|
||||||
|
# Override the theming for "keyword"s:
|
||||||
|
"keyword" = { fg = "gold" }
|
||||||
|
|
||||||
|
# Override colors in the palette:
|
||||||
|
[palette]
|
||||||
|
berry = "#2A2A4D"
|
||||||
|
</code></pre>
|
||||||
<h3 id="scopes"><a class="header" href="#scopes">Scopes</a></h3>
|
<h3 id="scopes"><a class="header" href="#scopes">Scopes</a></h3>
|
||||||
<p>The following is a list of scopes available to use for styling.</p>
|
<p>The following is a list of scopes available to use for styling.</p>
|
||||||
<h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Syntax highlighting</a></h4>
|
<h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Syntax highlighting</a></h4>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -203,6 +203,17 @@ over it and is merged into the default palette.</p>
|
||||||
<tr><td><code>crossed_out</code></td></tr>
|
<tr><td><code>crossed_out</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 id="inheritance"><a class="header" href="#inheritance">Inheritance</a></h3>
|
||||||
|
<p>Extend upon other themes by setting the <code>inherits</code> property to an existing theme.</p>
|
||||||
|
<pre><code class="language-toml">inherits = "boo_berry"
|
||||||
|
|
||||||
|
# Override the theming for "keyword"s:
|
||||||
|
"keyword" = { fg = "gold" }
|
||||||
|
|
||||||
|
# Override colors in the palette:
|
||||||
|
[palette]
|
||||||
|
berry = "#2A2A4D"
|
||||||
|
</code></pre>
|
||||||
<h3 id="scopes"><a class="header" href="#scopes">Scopes</a></h3>
|
<h3 id="scopes"><a class="header" href="#scopes">Scopes</a></h3>
|
||||||
<p>The following is a list of scopes available to use for styling.</p>
|
<p>The following is a list of scopes available to use for styling.</p>
|
||||||
<h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Syntax highlighting</a></h4>
|
<h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Syntax highlighting</a></h4>
|
||||||
|
|
Loading…
Reference in New Issue