Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/catppuccin/logseq
- Owner: catppuccin
- License: mit
- Created: 2022-11-06T15:17:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:08:48.000Z (13 days ago)
- Last Synced: 2024-10-30T03:52:27.377Z (13 days ago)
- Topics: catppuccin, hacktoberfest, logseq, logseq-themes, theme
- Language: SCSS
- Homepage:
- Size: 1.36 MB
- Stars: 150
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - Catppuccin
README
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');
```
ORB. 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