https://github.com/njlyon0/lyon_scss-theme
Custom SCSS theme (for Quarto projects)
https://github.com/njlyon0/lyon_scss-theme
quarto-extension
Last synced: about 2 months ago
JSON representation
Custom SCSS theme (for Quarto projects)
- Host: GitHub
- URL: https://github.com/njlyon0/lyon_scss-theme
- Owner: njlyon0
- License: cc0-1.0
- Created: 2024-08-13T15:13:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:36:35.000Z (10 months ago)
- Last Synced: 2025-02-14T12:49:04.509Z (4 months ago)
- Topics: quarto-extension
- Language: SCSS
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# Nick Lyon's SCSS Stylesheet Extension For Quarto
This extension includes a custom light and dark mode SCSS stylesheet for Quarto projects (e.g., websites, books, etc.). Rules are included both for easy text styling and for small quality of life improvements (e.g., increased contrast between page background color and tabset panel background, etc.). I'll update this as needed for my own projects so check back in for updates periodically!
## Installing
```bash
quarto add njlyon0/lyon_scss-theme
```This will install the extension under the `_extensions` subdirectory.
If you're using version control, **you will want to check in this directory**.## Using
Once you've installed the extension, replace your 'theme' specification in the `_quarto.yml` with `_extensions/njlyon0/lyon_theme/lyon_.scss` (where `` is either `light` or `dark`).