Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaroslaff/fastapi-simple-auth-dark
https://github.com/yaroslaff/fastapi-simple-auth-dark
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaroslaff/fastapi-simple-auth-dark
- Owner: yaroslaff
- License: mit
- Created: 2024-04-26T14:11:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T12:20:38.000Z (6 months ago)
- Last Synced: 2024-05-29T03:52:05.261Z (6 months ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# default DARK theme for fastapi-simple-auth
This is DARK theme for [fastapi-simple-auth](https://github.com/yaroslaff/fastapi-simple-auth), it's based on [fastapi-simple-auth-basic](https://github.com/yaroslaff/fastapi-simple-auth-basic) (see basic theme to learn how to create new themes).
Differences between basic theme and this repo:
1. This `README.md` file
2. package names in `pyproject.toml`
3. variables at top of [styles.css](fastapi_simple_auth_dark/statics/css/styles.css)
4. `update.py` script in this repositoryThis theme uses these colors (in `styles.css`):
~~~
:root {
--background: #000; /* Background color */
--background-footer: #222; /* Background color */
--background-content: #222; /* Background color */
--text-color: #ccc; /* Text color */
}
~~~`update.py` automatically copies files from locally installed [fastapi-simple-auth-basic](https://github.com/yaroslaff/fastapi-simple-auth-basic) repo and patches `styles.css`.