mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: 7779dbfcb8
This commit is contained in:
parent
596991a951
commit
cd2f7a2f08
@ -869,8 +869,8 @@ name = "rust"
|
|||||||
<p>It's recommended define a palette of named colors, and refer to them from the
|
<p>It's recommended define a palette of named colors, and refer to them from the
|
||||||
configuration values in your theme. To do this, add a table called
|
configuration values in your theme. To do this, add a table called
|
||||||
<code>palette</code> to your theme file:</p>
|
<code>palette</code> to your theme file:</p>
|
||||||
<pre><code class="language-toml">ui.background = "white"
|
<pre><code class="language-toml">"ui.background" = "white"
|
||||||
ui.text = "black"
|
"ui.text" = "black"
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
white = "#ffffff"
|
white = "#ffffff"
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -157,8 +157,8 @@
|
|||||||
<p>It's recommended define a palette of named colors, and refer to them from the
|
<p>It's recommended define a palette of named colors, and refer to them from the
|
||||||
configuration values in your theme. To do this, add a table called
|
configuration values in your theme. To do this, add a table called
|
||||||
<code>palette</code> to your theme file:</p>
|
<code>palette</code> to your theme file:</p>
|
||||||
<pre><code class="language-toml">ui.background = "white"
|
<pre><code class="language-toml">"ui.background" = "white"
|
||||||
ui.text = "black"
|
"ui.text" = "black"
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
white = "#ffffff"
|
white = "#ffffff"
|
||||||
|
Loading…
Reference in New Issue
Block a user