Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bad3r/logseq-nord-theme
Logseq in an arctic, north-bluish color palette 🧊
https://github.com/bad3r/logseq-nord-theme
Last synced: 10 days ago
JSON representation
Logseq in an arctic, north-bluish color palette 🧊
- Host: GitHub
- URL: https://github.com/bad3r/logseq-nord-theme
- Owner: Bad3r
- License: mit
- Created: 2023-03-18T17:48:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:45:44.000Z (8 months ago)
- Last Synced: 2024-08-03T19:07:50.716Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 269 KB
- Stars: 48
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Nord Theme 🏔️
Inspired by the serene beauty of the Arctic, this theme provides a calm, distraction-free environment that mirrors the tranquility of polar night landscapes.
> **Warning**
>
> Please note that the images may not be up-to-date.![logseq_nord_code](https://cdn.unsigned.sh/logseq_nord_code.png)
![logseq_nord_demo](https://cdn.unsigned.sh/logseq_nord_demo.png)
![logseq_nord_pdf](https://cdn.unsigned.sh/logseq_nord_pdf.png)## Features
- Clean and minimal design
- Nord color palette for a consistent and pleasing aesthetic
- Improved readability and navigation
- Support for whiteboards, codeblocks, PDF reader, and other Logseq features
- Customized styles for tables, blockquotes, code blocks, and more## Installation
### Logseq Marketplace
1. Open the Logseq Marketplace
2. Click on the "Themes" tab
3. Search for `Nord Theme`
4. Click on the "Install" button.### Importing into `custom.css`
Add the following import statement to the top of `logseq/custom.css`
```css
@import url("https://cdn.jsdelivr.net/gh/bad3r/logseq-nord-theme@latest/custom.min.css");
```