Cosmical

by m-torrus
Screenshot of the Cosmical Obsidian theme
5
4
3
2
1

Description

This theme supports Dark Mode
This theme supports Light Mode

README file from

Github

Cosmical Dark Theme 1

Cosmical Light Theme 1

Cosmical Dark Theme 2

Cosmical Light Theme 2

Important: Cosmical ignores the user accent color and uses it's own color-scheme, you need to install the "Style Settings" community plugin in order to select a diferent color-scheme.

Theme

My main goal with Cosmical is to make Obsidian look more atractive while maintaining focus and not adding distractions.

Two main features:

  • A neutral background inspired by Gnome
  • Rich accents and vibrant colors inspired by coding editors

The plugin Style Settings is needed to pick a different subtheme.

Color Schemes

Ocean (Default)

Theme Ocean Theme Ocean

Forest

Theme Forest Theme Forest

Twilight

Theme Twilight Theme Twilight

Sunset

Theme Sunset Theme Sunset

Night

Theme Night Theme Night

Snippets

Small features you can toggle on/off:

  • Colored headings (with optional underlines)
  • Hide or customize file titles
  • Control sidebar toggle button visibility
  • Improved multi-select list UX

Installation

  1. Open Obsidian Settings
  2. Navigate to AppearanceThemes
  3. Click Browse and search for "Cosmical"
  4. Click Install

Manual

  1. Open your system File explorer
  2. Navigate to the root folder of your vault
  3. Open ".obsidian/themes"
  4. Create new folder "Cosmical" and open it
  5. Copy manifest.json and theme.css
  6. Cosmical should now appear as an installed theme

Development

I used Vite + PostCss to help with the development workflow. I created this based on a legacy theme I had and divided it into different files to help with the chaos.

Commands

The theme.css is minified automatically

Setup

npm install

Automatic rebuilds

npm run dev

Build

npm run build

Release

git tag <version>
git push origin main --tags

Contributing

You can send suggestion using open an issue.

License

This theme is released under the Apache License 2.0. See LICENSE for details.

Other

Checkout my other theme for Visual Studio Code VSCode-Cosmical