X-Git-Url: http://these/git/?a=blobdiff_plain;f=docs%2Fsrc%2Fcontributing_theming.md;h=2610b5fb4e8d077ccba033f541b5b4b15ea07493;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=25c8ca6d16c491865217489f18f827bf278bfdf1;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/docs/src/contributing_theming.md b/docs/src/contributing_theming.md index 25c8ca6d..2610b5fb 100644 --- a/docs/src/contributing_theming.md +++ b/docs/src/contributing_theming.md @@ -12,7 +12,8 @@ Lemmy uses [Bootstrap v4](https://getbootstrap.com/), and very few custom css cl ## Adding -1. Copy `{my-theme-name}.min.css` to `ui/assets/css/themes`. (You can also copy the `_variables.scss` here if you want). -1. Go to `ui/src/utils.ts` and add `{my-theme-name}` to the themes list. +1. Fork the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui). +1. Copy `{my-theme-name}.min.css` to `src/assets/css/themes`. (You can also copy the `_variables.scss` here if you want). +1. Go to `src/shared/utils.ts` and add `{my-theme-name}` to the themes list. 1. Test locally 1. Do a pull request with those changes.