Oxygen Theme Settings

by David V. Kimball
5
4
3
2
1
Score: 53/100

Description

Settings plugin to control color schemes in Oxygen Theme.

Reviews

No reviews yet.

Stats

3
stars
9,531
downloads
0
forks
95
days
6
days
6
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
86
commits

Latest Version

7 days ago

Changelog

Declare the TypeScript lib the code actually uses; bump to 0.3.14

The tsconfig declared a lib that stops at ES2016, but the code calls newer built-ins such as Object.values, Object.entries and Array.flat. It only type checked because @types/node carries a reference to a newer lib as a side effect, so any type check without that injection treats those calls as any and reports the no-unsafe-* family on the community scorecard.

Declaring lib: ["DOM", "ES2020"] matches what was already in effect. This is a type-only change; esbuild sets its own target, so main.js is byte identical and the release stays reproducible.


Full Changelog: https://github.com/davidvkimball/obsidian-oxygen-settings/compare/0.3.13...0.3.14

README file from

Github

Oxygen Theme Settings

Settings plugin for Oxygen Theme. Forked from Minimal Theme Settings.

Made for Vault CMS

Part of the Vault CMS project.

Installation

  1. In Obsidian, go to Settings > Community plugins (enable it if you haven't already).
  2. Search for Oxygen Theme Settings and click Install and then Enable.

Manual

  1. Download the latest release from the Releases page and navigate to your Obsidian vault's .obsidian/plugins/ directory.
  2. Create a new folder called oxygen-settings and ensure manifest.json, main.js, and styles.css are in there.
  3. In Obsidian, go to Settings > Community plugins (enable it if you haven't already) and then enable "Oxygen Theme Settings."

Requirements

Credits

  • Minimal Theme Settings - the plugin upon which this one is based.
  • Baseline theme for the animation effects and some feature ideas.
  • Meridian theme for the auto-hide animations for the file explorer icons and nav bar auto-hide reveal.
  • Maple theme for the background blur effect.