Skip to content

Commit

Permalink
feat: update to new astrolight theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 5, 2024
1 parent 1206a36 commit 783fe73
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
}
/* Light mode colors. */
:root[data-theme="light"] {
--sl-color-accent-low: #feeeee;
--sl-color-accent: #6b2e58;
--sl-color-accent-high: #004e61;
--sl-color-white: #230808;
--sl-color-gray-1: #3d2c2c;
--sl-color-gray-2: #5d3e3c;
--sl-color-gray-3: #827474;
--sl-color-gray-4: #a99a9a;
--sl-color-gray-5: #d2c3c3;
--sl-color-gray-6: #e7cfca;
--sl-color-gray-7: #f9dcd1;
--sl-color-black: #feeeee;
--sl-color-accent-low: #f7f8f8;
--sl-color-accent: #7300b8;
--sl-color-accent-high: #00508a;
--sl-color-white: #1c1c1c;
--sl-color-gray-1: #242629;
--sl-color-gray-2: #414549;
--sl-color-gray-3: #545a5f;
--sl-color-gray-4: #788187;
--sl-color-gray-5: #a0a7ab;
--sl-color-gray-6: #d4d7d9;
--sl-color-gray-7: #f0f0f1;
--sl-color-black: #f7f8f8;
}

0 comments on commit 783fe73

Please sign in to comment.