logseq-github-theme
😻 GitHub themes for Logseq.
Screenshots
Light | Dark | Dark Dimmed |
---|---|---|
![]() |
![]() |
![]() |
Manual Installation
Here’s how to install manually:
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
file:
@import url("https://cdn.jsdelivr.net/gh/g1eny0ung/[email protected]/light.css");
OR
Paste this line to your logseq/config.edn
file:
{
:custom-css-url "@import url('https://cdn.jsdelivr.net/gh/g1eny0ung/[email protected]/light.css');"
}
License
MIT @ g1eny0ung
Thanks to github-vscode-theme for the inspiration and logo.