Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/catppuccin/logseq

🦫 Soothing pastel theme for Logseq
https://github.com/catppuccin/logseq

catppuccin hacktoberfest logseq logseq-themes theme

Last synced: 4 days ago
JSON representation

🦫 Soothing pastel theme for Logseq

Awesome Lists containing this project

README

        


Logo


Catppuccin for Logseq







## Previews

🌻 Latte

Selected Accent: Red

πŸͺ΄ FrappΓ©

Selected Accent: Pink

🌺 Macchiato

Selected Accent: Yellow

🌿 Mocha

Selected Accent: Green

## Usage

> [!WARNING]
> Logseq now officially supports accents for its default theme. Catppuccin Theme **DOES NOT** support the new accent colors.
> Select **no accent color or Logseq classical color** (one of the first two) for maximum theme compatibility.
>
> ![accent-no-support](https://github.com/user-attachments/assets/d26f0194-a260-4c90-9d75-ca8a86327077)

### Logseq Plugin Marketplace **(Recommended)**

1. Search for 'catppuccin' in `Plugins` > `Marketplace` > `Themes` and install the plugin.
2. Choose the the appropriate theme variant from `Settings` > `Themes`.


### Importing external CSS (Recommended for mobile)

A. Add one of the following lines at the start of your `custom.css` and restart Logseq

> [!NOTE]
> `@import` statement works only when defined at the top of CSS files ([ref](https://developer.mozilla.org/en-US/docs/Web/CSS/@import))

```css
@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');
```
OR

B. Add one of the following in your custom `config.edn` ([source](https://github.com/logseq/logseq/blob/master/src/resources/templates/config.edn#97)) and restart Logseq.

```edn
: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');"
```

## Switching Accent Color

This option is only available when the theme installed through the Plugins Marketplace

1. Theme settings can be accessed under `Settings` > `Plugins` > `Catppuccin`
2. Select an accent color from the dropdown under `CtpAccent` setting.

## Bonus: Oledppuccin

> The _niche_ dark side

You can choose this dark theme variant under `Settings` > `Themes`.

## πŸ’ Thanks to

**Current Maintainer(s)**
- [griimick](https://github.com/griimick)

**Inspiration and Contribution**
- [pengx17](https://github.com/pengx17) for [logseq-dev-theme](https://github.com/pengx17/logseq-dev-theme)

Β 




Copyright Β© 2023-present Catppuccin Org