Tried to fix readme (HTML probably will never work)

This commit is contained in:
loplkc loplkc 2021-04-01 02:48:08 +03:00
parent 7a4e204cc7
commit fd264c3d6c

View file

@ -4,26 +4,22 @@
Brainlet's light theme, the Light Theme, aspires to be a warmer, more comfortable alternative to the often harsh light themes found in modern applications, which are renowned for their ability to make the user want to tear their eyes out. Based on the bright yet soothing light of a candle, the Light Theme consists of three palettes.
The core palette - Used to highlight things and add a bit of color and personality.
<html>
<body>
<span style="color:#fd8c41">#fd8c41</span>
<span style="color:#f0843b">#f0843b</span>
<span style="color:#ec7f36">#ec7f36</span>
<span style="color:#ed793b">#ed793b</span>
<span style="color:#ed934f">#ed934f</span>
</body>
</html>
<p style="color:#fd8c41">#fd8c41</p>
<p style="color:#f0843b">#f0843b</p>
<p style="color:#ec7f36">#ec7f36</p>
<p style="color:#ed793b">#ed793b</p>
<p style="color:#ed934f">#ed934f</p>
The element palette - Used for prominent but mundane elements such as text.
<span style="color:#2d2929">#2d2929</span>
<span style="color:#332f2f">#332f2f</span>
<span style="color:#393636">#393636</span>
<span style="color:#423f3f">#423f3f</span>
<span style="color:#4d4a4a">#4d4a4a</span>
<p style="color:#2d2929">#2d2929</p>
<p style="color:#332f2f">#332f2f</p>
<p style="color:#393636">#393636</p>
<p style="color:#423f3f">#423f3f</p>
<p style="color:#4d4a4a">#4d4a4a</p>
The background palette: - Used for backgrounds.
<span style="color:#d8d8d8">#d8d8d8</span>
<span style="color:#cfcfcf">#cfcfcf</span>
<span style="color:#c2c2c2">#c2c2c2</span>
<span style="color:#b0b0b0">#b0b0b0</span>
<span style="color:#999999">#999999</span>
<p style="color:#d8d8d8">#d8d8d8</p>
<p style="color:#cfcfcf">#cfcfcf</p>
<p style="color:#c2c2c2">#c2c2c2</p>
<p style="color:#b0b0b0">#b0b0b0</p>
<p style="color:#999999">#999999</p>