As the app uses shadcn/ui components, theming is done following their guidelines. Check their Theming documentation for more details.
By default, the app uses the dark theme, you can change it by modifying the class attribute in the html tag in the src/renderer/index.html file:
<!DOCTYPE html>
<html lang="en" class="dark">