https://github.com/g1eny0ung/logseq-github-theme
😻 GitHub themes for Logseq.
https://github.com/g1eny0ung/logseq-github-theme
logseq
Last synced: 11 months ago
JSON representation
😻 GitHub themes for Logseq.
- Host: GitHub
- URL: https://github.com/g1eny0ung/logseq-github-theme
- Owner: g1eny0ung
- License: mit
- Created: 2022-03-12T12:58:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T08:30:40.000Z (about 1 year ago)
- Last Synced: 2025-05-12T03:55:39.538Z (11 months ago)
- Topics: logseq
- Language: Sass
- Homepage:
- Size: 3.84 MB
- Stars: 57
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
logseq-github-theme
😻 GitHub themes for Logseq.
Now in Marketplace! 🎉📢 You can install it via Plugins -> Marketplace -> Themes.
## Screenshots
| Light |
| ------------------------------------- |
|  |
| Dark | Dark Dimmed |
| ----------------------------------- | ------------------------------------------------- |
|  |  |
## Manual Installation
Here's how to install manually (But in most cases you don't need to do this):
### Offline
Download the theme (e.g. `light.css`) into your notes folder and rename it to `logseq/custom.css`.
### Online
Paste this line to your `logseq/custom.css`:
```css
@import url('https://cdn.jsdelivr.net/gh/g1eny0ung/logseq-github-theme@master/light.css');
```
Or paste this line to your `logseq/config.edn`:
```edn
{
:custom-css-url "@import url('https://cdn.jsdelivr.net/gh/g1eny0ung/logseq-github-theme@master/light.css');"
}
```
## License
MIT
## Credits
Thanks to [github-vscode-theme](https://github.com/primer/github-vscode-theme) for the inspiration and logo.