This is a Logseq theme focusing on immersion in mind.
There is the latest theme look: https://denyskorolkov.github.io/logseq-immersion-theme/#/page/immersion%20theme%20demo%20page
Use jsDelivr CDN: https://cdn.jsdelivr.net/gh/denyskorolkov/logseq-immersion-theme@1.4/custom.css.
Specify :custom-css-url
in logseq/config.edn
;; Specify a custom CSS import
;; This option take precedence over your local `logseq/custom.css` file
;; You may find a list of awesome logseq themes here:
;; https://github.com/logseq/awesome-logseq#css-themes
;; Example:
:custom-css-url "@import url('https://cdn.jsdelivr.net/gh/denyskorolkov/logseq-immersion-theme@1.4/custom.css');"
Add the next line to custom.css
:
@import url('https://cdn.jsdelivr.net/gh/denyskorolkov/logseq-immersion-theme@1.4/custom.css');
Install the theme as a Logseq Plugin.