Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Generated archives are release artifacts and are ignored in this repo.
Release assets are published as `.mpkg.zip` files. The Dark Mode package is available at:

```text
https://github.com/marginalia-os/marginalia-examples/releases/download/examples-v0.1.5/org.marginalia.examples.dark-mode-0.1.5.mpkg.zip
https://github.com/marginalia-os/marginalia-examples/releases/download/examples-v0.1.6/org.marginalia.examples.dark-mode-0.1.6.mpkg.zip
```
4 changes: 2 additions & 2 deletions dark-mode-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hard-coded firmware setting.
Current behavior:

- inverts normal OS display updates after each screen render
- uses the firmware's normal refresh cadence to avoid harsh X3 half-refresh flashes
- defaults reader cleanup to every page to reduce dark-mode text ghosting without using harsh X3 half-refresh flashes
- exposes an `Antialiasing` package setting, defaulting off to avoid grayscale overlays fighting the inverted pass
- exposes a `Reader cleanup` package setting for periodic dark reader cleanup frames to reduce ghosting
- exposes an extension setting named `Invert screen`
Expand All @@ -19,5 +19,5 @@ Current behavior:
Release archive:

```text
https://github.com/marginalia-os/marginalia-examples/releases/download/examples-v0.1.5/org.marginalia.examples.dark-mode-0.1.5.mpkg.zip
https://github.com/marginalia-os/marginalia-examples/releases/download/examples-v0.1.6/org.marginalia.examples.dark-mode-0.1.6.mpkg.zip
```
4 changes: 2 additions & 2 deletions dark-mode-theme/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "org.marginalia.examples.dark-mode",
"name": "Dark Mode",
"version": "0.1.5",
"version": "0.1.6",
"kind": "theme",
"execution": "module",
"summary": "An OS-wide inverted screen theme for Marginalia",
Expand Down Expand Up @@ -34,7 +34,7 @@
"id": "readerRefresh",
"label": "Reader cleanup",
"type": "enum",
"default": "5-pages",
"default": "every-page",
"options": ["off", "every-page", "5-pages", "10-pages"]
}
],
Expand Down