Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions pages/Custom theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ platform:: [[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 [[Marketplace]] and the [[theme]]s tab
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to remove these links as they have different meanings in this context. The linked words here refer to ui elements and not higher-level concepts. These words could change

- Install one
- Themes rely on [[Plugins]] and thus will not work anywhere except where they are supported.
- 2. Add a [[custom.css]] file
- 3. Specify a `:custom-css-url` in "logseq/config.edn". [[config.edn]]
- 2. Edit the [[custom.css]] file (aka. make your own theme)
- Top-right dot menu dropdown -> [[Settings]]
- Click on Edit [[custom.css]]
- ![image](https://user-images.githubusercontent.com/66485719/212510223-f234ab89-b63c-4b89-8558-2d40b3ecd18f.png)
- This will open the custom.css file in Logseq, where you can make edits
- 3. Specify a `:custom-css-url` in "logseq/config.edn". [[config.edn]]
- Top-right dtop menu dropdown -> [[Settings]]
- Click on Edit [[config.edn]]
- ![image](https://user-images.githubusercontent.com/66485719/212511148-621eb05f-b164-49e3-9fd2-16f89925be89.png)
- 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
- https://xyhp915.github.io/logseq-marketplace-table/ - Filter to `Themes` for a full list of available community themes
- https://xyhp915.github.io/logseq-marketplace-table/ - Filter to `Themes` for a full list of available community themes
- https://github.com/logseq/awesome-logseq#css-themes - Cool themes from [awesome-logseq](https://github.com/logseq/awesome-logseq#css-themes)