brainlet-graphics-dump/Light/README.md

29 lines
No EOL
1.2 KiB
Markdown

# Light Theme
(pretentious name coming soon)
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>
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>
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>