Catppuccin for Logseq
There are couple of other methods you can use to set the theme up in Logseq. Later methods are more for development purpose.
- Logseq Plugin Marketplace (Recommended)
- Search for 'catppuccin' in
Plugins
>Marketplace
>Themes
and install the plugin. - Choose the the appropriate theme variant from
Settings
>Themes
.
- Search for 'catppuccin' in
- Editing custom theme:
custom.css
(recommended for mobile). Choose one of the following and restart Logseq
@import url('https://logseq.catppuccin.com/ctp-latte.css');
@import url('https://logseq.catppuccin.com/ctp-frappe.css');
@import url('https://logseq.catppuccin.com/ctp-macchiato.css');
@import url('https://logseq.catppuccin.com/ctp-mocha.css');
@import url('https://logseq.catppuccin.com/ctp-oled.css');
- Editing custom configuration:
config.edn
(source) Set one of the following in your config and restart Logseq.
:custom-css-url "@import url('https://logseq.catppuccin.com/ctp-latte.css');"
:custom-css-url "@import url('https://logseq.catppuccin.com/ctp-frappe.css');"
:custom-css-url "@import url('https://logseq.catppuccin.com/ctp-macchiato.css');"
:custom-css-url "@import url('https://logseq.catppuccin.com/ctp-mocha.css');"
-
Add manually from GitHub Releases
- Download
.zip
from latest release. - Extract it to desired location.
- Enable
Developer Mode
underSettings
>Advanced
. - Use the new
Load unpacked plugin
option underPlugins
, choosing extracted folder to install the theme.
- Download
-
Clone Repository and add manually
- Clone repository (including submodules)
- Run
npm ci && npm run build
- Enable
Developer Mode
underSettings
>Advanced
- Use the new
Load unpacked plugin
option underPlugins
, choosing repo folder to install the theme.
- Theme settings can be accessed under
Settings
>Plugins
>Catppuccin
- Select an accent color of choice from the dropdown under
CtpAccent
setting.
The niche dark side
You can choose this variant of dark theme under Settings
> Themes
.
Current Maintainer(s)
Inspiration and Contribution
ย
Copyright ยฉ 2023-present Catppuccin Org