A beautifully crafted theme for Logseq that brings carefully designed color palettes optimized for extended reading and writing sessions. Available in both light and dark modes for a distraction-free knowledge management experience.
Inspired by:
- Dual Mode Support — Switch between light and dark variants to match your environment and preferences
- Thoughtful Typography — Easily customize font families, sizes, and line heights for optimal readability
- Modern Development — Built with SCSS for organized, maintainable source code
- Open Logseq and navigate to Settings
- Go to the "Plugins" section
- Navigate to themes
- Search for "Night Owl Theme"
- Install
- Select either "Night Owl Theme: Light" or "Night Owl Theme: Dark"
Alternatively, you can install it manually by placing the custom.css file in your Logseq configuration directory.
You can customize the theme by overriding the following CSS variables in your Logseq custom.css file:
:root {
--night-owl-line-height: 2em;
--night-owl-font-size: 15px;
--night-owl-font-family: Segoe UI, Roboto, sans-serif;
--night-owl-title-font-family: Segoe UI, Roboto, sans-serif;
}This theme is built using SCSS for better organization and maintainability.
# Install dependencies
npm install
# Build the theme
npm run build
# Watch for changes during development
npm run watchIf you have any questions, issues, or feature requests, please use the GitHub issue tracker.

