mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
Add vaporwave-dark to dark theme list
This commit is contained in:
parent
7133026c5e
commit
ddb694ada1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default function dataBsTheme(user?: MyUserInfo) {
|
||||||
"darkly-pureblack",
|
"darkly-pureblack",
|
||||||
"darkly-compact",
|
"darkly-compact",
|
||||||
"i386",
|
"i386",
|
||||||
|
"vaporwave-dark",
|
||||||
].includes(user.local_user_view.local_user.theme))
|
].includes(user.local_user_view.local_user.theme))
|
||||||
? "dark"
|
? "dark"
|
||||||
: "light";
|
: "light";
|
||||||
|
|
Loading…
Reference in a new issue