···46464747## theming
48484949-the colors are designated in [`src/app.css`](src/app.css) as variables, go crazy with them
4949+themes are located in the `themes/` directory, you can create your own theme by copying one of the existing themes and modifying it to your liking.
50505151-the rest is done by editing the css files and style tags directly, good luck
5151+currently, the name of the theme is determined by the directory name, and the theme itself is defined in `theme.css` inside that directory.
52525353-relevant files:
5454-5555-- [`src/App.svelte`](src/App.svelte)
5656-- [`src/app.css`](src/app.css)
5757-- [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte)
5858-- [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte)
5353+you can switch themes by changing the `theme` property in `config.ts`.
59546055the favicon is located at [`public/favicon.ico`](public/favicon.ico)
6156