Skip to content

Commit

Permalink
Create midnightPurple.css
Browse files Browse the repository at this point in the history
added new theme, midnightPurple
  • Loading branch information
LucifersCircle committed Nov 20, 2024
1 parent d3ba5f3 commit 9455ca6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/themes/midnightPurple.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* midnightpurple theme setting */
.midnightPurple{
--accent: #4E1764;
--green: #268F02;
--text: white;
--foreground: #222;
--background: #000000;
--outside: #1f1f1f;
--post: #000000;
--panel-border: 1px solid #4E1764;
--highlighted: #333;
--visited: #aaa;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

0 comments on commit 9455ca6

Please sign in to comment.