An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


logo


logseq-github-theme

😻 GitHub themes for Logseq.


Now in Marketplace! 🎉📢 You can install it via Plugins -> Marketplace -> Themes.

## Screenshots

| Light |
| ------------------------------------- |
| ![light.png](./screenshots/light.png) |

| Dark | Dark Dimmed |
| ----------------------------------- | ------------------------------------------------- |
| ![dark.png](./screenshots/dark.png) | ![dark-dimmed.png](./screenshots/dark-dimmed.png) |

## 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.