Attempted to fix html in the readme
This commit is contained in:
parent
1afaf4f33f
commit
7a4e204cc7
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
||||||
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.
|
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.
|
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:#fd8c41">#fd8c41</span>
|
||||||
<span style="color:#f0843b">#f0843b</span>
|
<span style="color:#f0843b">#f0843b</span>
|
||||||
<span style="color:#ec7f36">#ec7f36</span>
|
<span style="color:#ec7f36">#ec7f36</span>
|
||||||
<span style="color:#ed793b">#ed793b</span>
|
<span style="color:#ed793b">#ed793b</span>
|
||||||
<span style="color:#ed934f">#ed934f</span>
|
<span style="color:#ed934f">#ed934f</span>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
The element palette - Used for prominent but mundane elements such as text.
|
The element palette - Used for prominent but mundane elements such as text.
|
||||||
<span style="color:#2d2929">#2d2929</span>
|
<span style="color:#2d2929">#2d2929</span>
|
||||||
|
|
Loading…
Reference in a new issue