mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 04:11:12 +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-compact",
|
||||
"i386",
|
||||
"vaporwave-dark",
|
||||
].includes(user.local_user_view.local_user.theme))
|
||||
? "dark"
|
||||
: "light";
|
||||
|
|
Loading…
Reference in a new issue