mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: ccb38e7696
This commit is contained in:
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>
|
||||
</tbody></table>
|
||||
</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>
|
||||
<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>
|
||||
|
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>
|
||||
</tbody></table>
|
||||
</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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user