app icon, styling, light mode, top bar component

This commit is contained in:
metacryst
2026-03-17 05:33:28 -05:00
parent 5903bafee5
commit 530ea7da89
24 changed files with 106 additions and 65 deletions

View File

@@ -11,9 +11,15 @@
--red: #ff0000;
--quillred: #DE3F3F;
--brown: #812A18;
--sidebar: #4e765f;
--divider: #523636;
--darkbrown: #3f0808;
--darkgrey: #5c4646;
--headertext: #433c36e2;
--searchbackground: #dfc9ac;
--home-src: /_/icons/home.svg;
--home-selected-src: /_/icons/homelightselected.svg;
--people-src: /_/icons/people.svg;
@@ -43,10 +49,13 @@
--accent: #3D2622;
--darkaccent: #240609;
--text: #FADFB6;
--sidebar: #240609;
--divider: #523636;
--darktext: #62473E;
--headertext: #a2907d;
--headertext: #ffd8bbe2;
--darkred: #6b2c1d;
--searchbackground: #260F0C;
--home-src: /_/icons/homelight.svg;