Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 598 Bytes

File metadata and controls

11 lines (8 loc) · 598 Bytes

Theming

As the app uses shadcn/ui components, theming is done following their guidelines. Check their Theming documentation for more details.

Changing the default theme

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">