Update THEMES.md

This commit is contained in:
Michael Lazar
2017-12-10 17:32:03 -05:00
committed by GitHub
parent b0a3688f3f
commit 59df8bd889

View File

@@ -196,7 +196,7 @@ to the ``-`` token. This means that it will inherit it's background
from either the ``Normal`` (light yellow) or the ``Selected`` (light grey) from either the ``Normal`` (light yellow) or the ``Selected`` (light grey)
element, depending on if it's selected or not. element, depending on if it's selected or not.
Compare this to with what happens when the ``Link`` background is explicitly set: Compare this with what happens when the ``Link`` background is explicitly set to ``ansi_230``:
``` ```
[theme] [theme]
@@ -210,7 +210,7 @@ Link = ansi_33 ansi_230 underline
<p align="center"> <p align="center">
<img src="resources/theme_modifiers_2.png"/> <img src="resources/theme_modifiers_2.png"/>
<br><i>A modified solarized-light theme, with the Link background set to ansi_230</i> <br><i>What happens when the ``Link`` background is set to ``ansi_230``</i>
</p> </p>
In this case, the ``Link`` background stays ansi_230 (yellow) even the link is In this case, the ``Link`` background stays ansi_230 (yellow) even the link is