feat: add icebergDark theme

This commit is contained in:
backfire-monism-net 2024-05-24 22:16:49 -07:00
parent 27f25e0fb1
commit 93594fc642
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
/* icebergDark theme setting */
.icebergDark {
--accent: #85a0c7;
--green: #b5bf82;
--text: #c6c8d1;
--foreground: #454d73;
--background: #161821;
--outside: #1f2233;
--post: #1f2233;
--panel-border: 1px solid #454d73;
--highlighted: #0f1117;
--visited: #0f1117;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}