Update Desktop, Obsidian client color theme to lighter yellow

- Update background color to a different shade of white
- Make primary and primary hover colors less intense and more aligned
  with lantern flame shade
- Add water, leaf, flower color variables
This commit is contained in:
Debanjum Singh Solanky
2023-11-03 00:14:07 -07:00
parent 345856e7be
commit 80ae132cad
7 changed files with 43 additions and 32 deletions

View File

@@ -302,7 +302,7 @@
body {
padding: 0px;
margin: 0px;
background: #fff;
background: var(--background-color);
color: #475569;
font-family: roboto, karma, segoe ui, sans-serif;
font-size: small;