mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Merge pull request #114 from ufUNnxagpM/main
feat: add icebergDark theme
This commit is contained in:
commit
26aa374bbd
2 changed files with 15 additions and 1 deletions
14
static/themes/icebergDark.css
Normal file
14
static/themes/icebergDark.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue