Dark Mode Setting

You can simply change layout mode to Dark by doing the below changes in the file src/common/RightSidebar.svelte.

update the variable layoutMode="dark". It will update the layout mode to Dark mode. No need to change any css or js files.

Attribute Value
data-bs-theme
<!doctype html>
<html lang="en" data-bs-theme="dark">

Light Mode Setting

You can simply change layout mode to Light by doing the below changes in the file src\common\RightSidebar.svelte.

update the variable layoutMode="light" It will update the layout mode to Light mode. No need to change any css or js files.

Attribute Value
data-bs-theme
<!doctype html>
<html lang="en" data-bs-theme="light">
© Skote.