this repo has no description
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update the info on theming in README.md

astrra.space 273741d2 c77cdb4b

verified
+3 -8
+3 -8
README.md
··· 46 46 47 47 ## theming 48 48 49 - the colors are designated in [`src/app.css`](src/app.css) as variables, go crazy with them 49 + 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. 50 50 51 - the rest is done by editing the css files and style tags directly, good luck 51 + currently, the name of the theme is determined by the directory name, and the theme itself is defined in `theme.css` inside that directory. 52 52 53 - relevant files: 54 - 55 - - [`src/App.svelte`](src/App.svelte) 56 - - [`src/app.css`](src/app.css) 57 - - [`src/lib/AccountComponent.svelte`](src/lib/AccountComponent.svelte) 58 - - [`src/lib/PostComponent.svelte`](src/lib/PostComponent.svelte) 53 + you can switch themes by changing the `theme` property in `config.ts`. 59 54 60 55 the favicon is located at [`public/favicon.ico`](public/favicon.ico) 61 56