Skip to content

Files

Latest commit

 

History

History
25 lines (24 loc) · 1.54 KB

Custom theme.md

File metadata and controls

25 lines (24 loc) · 1.54 KB

type:: [[Feature]] platforms:: [[All Platforms]] but some ways are not supported for [[Publish Web]].

  • Usage

    • There are three ways to install custom themes
        1. Load a theme from the [[Marketplace]].
        • Click on top-right dot menu dropdown
        • Open Plugins tab
        • Click on the Marketplace tab and the Themes sub-tab
        • Install one
        • Themes rely on [[Plugins]] and thus will not work anywhere except where they are supported.
        1. Edit the [[custom.css]] file (aka. make your own theme)
        • Top-right dot menu dropdown -> [[Settings]]
        • Click on Edit [[custom.css]]
        • image
        • This will open the custom.css file in Logseq, where you can make edits
        1. Specify a :custom-css-url in "logseq/config.edn". [[config.edn]]
        • Top-right dtop menu dropdown -> [[Settings]]
        • Click on Edit [[config.edn]]
        • image
        • This will open the config.edn file in Logseq, where you can add a line like this, importing a css file via url:
        • :custom-css-url "@import url('https://cdn.jsdelivr.net/gh/dracula/logseq@master/custom.css');"
  • Additional Links