mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Create midnightPurple.css
a pure black theme with midnight purple accent
This commit is contained in:
parent
d7ec07cd0d
commit
714346f1c9
1 changed files with 14 additions and 0 deletions
14
static/themes/midnightPurple.css
Normal file
14
static/themes/midnightPurple.css
Normal file
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue