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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ file below is imported into context automatically.
nothing.
- **The offline guarantee, the renderer/main split and the crypto
invariants are non-negotiable.** See the hard security rules.
- **A UI change is checked against all 14 themes** before it is proposed,
- **A UI change is checked against all 20 themes** before it is proposed,
not after it is built.
- prose / overly verbose comments must be removed / trimmed before stating feature is done. Code must be self describing.

Expand Down
12 changes: 6 additions & 6 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/brand/roadmap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Roadmap

<img src="brand/roadmap.svg" width="100%"
alt="Roadmap board — five tracks. Developer workflow, shipped: dependencies as lockfiles, compare a git revision, resolve a merge. Spreadsheet · finance: amounts read as amounts, delta and net variance, reading a big diff, caps that announce themselves. Diagrams: sequence · gantt · pie, click a change to pan to it. Comparing more: folder compare, image pairs, three-way merge — a decision first. Signing: macOS Developer ID, Windows deferred.">
alt="Roadmap board — five tracks. Developer workflow, shipped: dependencies as lockfiles, compare a git revision, a three-way merge view. Spreadsheet · finance: amounts read as amounts, delta and net variance, reading a big diff, caps that announce themselves. Diagrams: sequence · gantt · pie, click a change to pan to it. Comparing more: folder compare, image pairs — a decision first. Signing: macOS Developer ID, Windows deferred.">

<sup>Board is `docs/brand/roadmap.svg` — hand-authored, edit it alongside the
sections below.</sup>
Expand Down Expand Up @@ -171,7 +171,7 @@ flowchart LR
extractor. They keep the text diff and the toggle stays hidden
- **the register is read-only** — a row names a change you then hunt for by eye;
clicking one should pan the diagram to it
- Still out of scope: editing a diagram from the diff view, three-way merge
- Still out of scope: editing a diagram from the diff view

---

Expand All @@ -192,10 +192,11 @@ flowchart LR
c["compare HEAD~1:path"]
g --> c
end
subgraph merge["merge"]
m["mergeConflicts.js — regions + four resolutions"]
subgraph merge["three-way merge"]
m["index :1: :2: :3: — no markers on screen"]
v["MergeView — ours │ result │ theirs, middle editable"]
w["mergeSession.js — the one write"]
m --> w
m --> v --> w
end
```

Expand All @@ -204,10 +205,14 @@ flowchart LR
- **Revisions** — `diffbro compare HEAD~1:src/app.js src/app.js`. `git show`
behind a fence: fixed argv, no shell, the repo root computed in main, hooks
and the fsmonitor disabled, every inherited `GIT_*` dropped
- **Merge** — `git mergetool` now finishes. This CROSSES "Diff Bro never writes
files", deliberately: the app had already registered for the job. Main writes
only the `$MERGED` path it was launched with, the renderer sends text and
never a path, and the launcher waits so `trustExitCode` is honest
- **Merge** — `git mergetool` now finishes, in a three-pane view: the two
branches either side, named by branch, and the file you are producing in the
middle as a real editor. Sides come from the index, so no `<<<<<<<` reaches
the screen; gutter chevrons move a side across, F7 walks the conflicts, and
typing IS the answer where neither side was right. This CROSSES "Diff Bro
never writes files", deliberately: the app had already registered for the job.
Main writes only the `$MERGED` path it was launched with, the renderer sends
text and never a path, and the launcher waits so `trustExitCode` is honest

**Open.** TOML lockfiles (`Cargo.lock`, `poetry.lock`) need a parser this repo
does not have. A revision PICKER — the app takes a revision, it is not a git
Expand Down
Binary file added docs/screenshots/themes/deps-diff-amber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-beacon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-bloom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-contrast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-dim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-ember.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-linen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-meridian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-neon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-nord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-nyan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-sepia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-solar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-tide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/themes/deps-diff-volcano.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/themes/launcher-compose-beacon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/themes/launcher-compose-bloom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/themes/launcher-compose-contrast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/themes/launcher-compose-dark.png
Binary file modified docs/screenshots/themes/launcher-compose-dim.png
Binary file modified docs/screenshots/themes/launcher-compose-light.png
Binary file modified docs/screenshots/themes/launcher-compose-linen.png
Binary file modified docs/screenshots/themes/launcher-compose-matrix.png
Binary file modified docs/screenshots/themes/launcher-compose-meridian.png
Binary file modified docs/screenshots/themes/launcher-compose-neon.png
Binary file modified docs/screenshots/themes/launcher-compose-nord.png
Binary file modified docs/screenshots/themes/launcher-compose-nyan.png
Binary file modified docs/screenshots/themes/launcher-compose-sepia.png
Binary file modified docs/screenshots/themes/launcher-compose-solar.png
Binary file added docs/screenshots/themes/launcher-compose-tide.png
Binary file added docs/screenshots/themes/merge-view-amber.png
Binary file added docs/screenshots/themes/merge-view-beacon.png
Binary file added docs/screenshots/themes/merge-view-bloom.png
Binary file added docs/screenshots/themes/merge-view-contrast.png
Binary file added docs/screenshots/themes/merge-view-dark.png
Binary file added docs/screenshots/themes/merge-view-dim.png
Binary file added docs/screenshots/themes/merge-view-ember.png
Binary file added docs/screenshots/themes/merge-view-graphite.png
Binary file added docs/screenshots/themes/merge-view-light.png
Binary file added docs/screenshots/themes/merge-view-linen.png
Binary file added docs/screenshots/themes/merge-view-matrix.png
Binary file added docs/screenshots/themes/merge-view-meridian.png
Binary file added docs/screenshots/themes/merge-view-neon.png
Binary file added docs/screenshots/themes/merge-view-nord.png
Binary file added docs/screenshots/themes/merge-view-nyan.png
Binary file added docs/screenshots/themes/merge-view-sepia.png
Binary file added docs/screenshots/themes/merge-view-solar.png
Binary file added docs/screenshots/themes/merge-view-tide.png
Binary file added docs/screenshots/themes/merge-view-vector.png
Binary file added docs/screenshots/themes/merge-view-volcano.png
Binary file added docs/screenshots/themes/new-row-amber.png
Binary file modified docs/screenshots/themes/new-row-beacon.png
Binary file modified docs/screenshots/themes/new-row-bloom.png
Binary file modified docs/screenshots/themes/new-row-contrast.png
Binary file modified docs/screenshots/themes/new-row-dark.png
Binary file modified docs/screenshots/themes/new-row-dim.png
Binary file added docs/screenshots/themes/new-row-ember.png
Binary file added docs/screenshots/themes/new-row-graphite.png
Binary file modified docs/screenshots/themes/new-row-light.png
Binary file modified docs/screenshots/themes/new-row-linen.png
Binary file modified docs/screenshots/themes/new-row-matrix.png
Binary file modified docs/screenshots/themes/new-row-meridian.png
Binary file modified docs/screenshots/themes/new-row-neon.png
Binary file modified docs/screenshots/themes/new-row-nord.png
Binary file modified docs/screenshots/themes/new-row-nyan.png
Binary file modified docs/screenshots/themes/new-row-sepia.png
Binary file modified docs/screenshots/themes/new-row-solar.png
Binary file added docs/screenshots/themes/new-row-tide.png
Binary file added docs/screenshots/themes/new-row-vector.png
Binary file added docs/screenshots/themes/new-row-volcano.png
Binary file modified docs/screenshots/themes/settings-appearance-beacon.png
Binary file modified docs/screenshots/themes/settings-appearance-bloom.png
Binary file modified docs/screenshots/themes/settings-appearance-contrast.png
Binary file modified docs/screenshots/themes/settings-appearance-dark.png
Binary file modified docs/screenshots/themes/settings-appearance-dim.png
Binary file modified docs/screenshots/themes/settings-appearance-light.png
Binary file modified docs/screenshots/themes/settings-appearance-linen.png
Binary file modified docs/screenshots/themes/settings-appearance-matrix.png
Binary file modified docs/screenshots/themes/settings-appearance-meridian.png
Binary file modified docs/screenshots/themes/settings-appearance-neon.png
Binary file modified docs/screenshots/themes/settings-appearance-nord.png
Binary file modified docs/screenshots/themes/settings-appearance-nyan.png
Binary file modified docs/screenshots/themes/settings-appearance-sepia.png
Binary file modified docs/screenshots/themes/settings-appearance-solar.png
Binary file added docs/screenshots/themes/settings-email-amber.png
Binary file modified docs/screenshots/themes/settings-email-beacon.png
Binary file modified docs/screenshots/themes/settings-email-bloom.png
Binary file modified docs/screenshots/themes/settings-email-contrast.png
Binary file modified docs/screenshots/themes/settings-email-dark.png
Binary file modified docs/screenshots/themes/settings-email-dim.png
Binary file added docs/screenshots/themes/settings-email-ember.png
Binary file modified docs/screenshots/themes/settings-email-light.png
Binary file modified docs/screenshots/themes/settings-email-linen.png
Binary file modified docs/screenshots/themes/settings-email-matrix.png
Binary file modified docs/screenshots/themes/settings-email-meridian.png
Binary file modified docs/screenshots/themes/settings-email-neon.png
Binary file modified docs/screenshots/themes/settings-email-nord.png
Binary file modified docs/screenshots/themes/settings-email-nyan.png
Binary file modified docs/screenshots/themes/settings-email-sepia.png
Binary file modified docs/screenshots/themes/settings-email-solar.png
Binary file added docs/screenshots/themes/settings-email-tide.png
Binary file modified docs/screenshots/themes/sidebar-affordances-beacon.png
Binary file modified docs/screenshots/themes/sidebar-affordances-bloom.png
Binary file modified docs/screenshots/themes/sidebar-affordances-contrast.png
Binary file modified docs/screenshots/themes/sidebar-affordances-dark.png
Binary file modified docs/screenshots/themes/sidebar-affordances-dim.png
Binary file modified docs/screenshots/themes/sidebar-affordances-light.png
Binary file modified docs/screenshots/themes/sidebar-affordances-linen.png
Binary file modified docs/screenshots/themes/sidebar-affordances-matrix.png
Binary file modified docs/screenshots/themes/sidebar-affordances-meridian.png
Binary file modified docs/screenshots/themes/sidebar-affordances-neon.png
Binary file modified docs/screenshots/themes/sidebar-affordances-nord.png
Binary file modified docs/screenshots/themes/sidebar-affordances-nyan.png
Binary file modified docs/screenshots/themes/sidebar-affordances-sepia.png
Binary file modified docs/screenshots/themes/sidebar-affordances-solar.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-beacon.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-bloom.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-contrast.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-dark.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-dim.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-light.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-linen.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-matrix.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-meridian.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-neon.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-nord.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-nyan.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-sepia.png
Binary file modified docs/screenshots/themes/snippet-name-ghost-solar.png
Binary file added docs/screenshots/themes/status-band-amber.png
Binary file modified docs/screenshots/themes/status-band-beacon.png
Binary file modified docs/screenshots/themes/status-band-bloom.png
Binary file modified docs/screenshots/themes/status-band-contrast.png
Binary file modified docs/screenshots/themes/status-band-dark.png
Binary file modified docs/screenshots/themes/status-band-dim.png
Binary file added docs/screenshots/themes/status-band-ember.png
Binary file added docs/screenshots/themes/status-band-graphite.png
Binary file modified docs/screenshots/themes/status-band-light.png
Binary file modified docs/screenshots/themes/status-band-linen.png
Binary file modified docs/screenshots/themes/status-band-matrix.png
Binary file modified docs/screenshots/themes/status-band-meridian.png
Binary file modified docs/screenshots/themes/status-band-neon.png
Binary file modified docs/screenshots/themes/status-band-nord.png
Binary file modified docs/screenshots/themes/status-band-nyan.png
Binary file modified docs/screenshots/themes/status-band-sepia.png
Binary file modified docs/screenshots/themes/status-band-solar.png
Binary file added docs/screenshots/themes/status-band-tide.png
Binary file added docs/screenshots/themes/status-band-vector.png
Binary file added docs/screenshots/themes/status-band-volcano.png
Binary file added docs/screenshots/themes/tool-dialog-amber.png
Binary file modified docs/screenshots/themes/tool-dialog-beacon.png
Binary file modified docs/screenshots/themes/tool-dialog-bloom.png
Binary file modified docs/screenshots/themes/tool-dialog-contrast.png
Binary file modified docs/screenshots/themes/tool-dialog-dark.png
Binary file modified docs/screenshots/themes/tool-dialog-dim.png
Binary file added docs/screenshots/themes/tool-dialog-ember.png
Binary file added docs/screenshots/themes/tool-dialog-graphite.png
Binary file modified docs/screenshots/themes/tool-dialog-light.png
Binary file modified docs/screenshots/themes/tool-dialog-linen.png
Binary file modified docs/screenshots/themes/tool-dialog-matrix.png
Binary file modified docs/screenshots/themes/tool-dialog-meridian.png
Binary file modified docs/screenshots/themes/tool-dialog-neon.png
Binary file modified docs/screenshots/themes/tool-dialog-nord.png
Binary file modified docs/screenshots/themes/tool-dialog-nyan.png
Binary file modified docs/screenshots/themes/tool-dialog-sepia.png
Binary file modified docs/screenshots/themes/tool-dialog-solar.png
Binary file added docs/screenshots/themes/tool-dialog-tide.png
Binary file added docs/screenshots/themes/tool-dialog-vector.png
Binary file added docs/screenshots/themes/tool-dialog-volcano.png
Binary file added docs/screenshots/themes/toolbar-actions-amber.png
Binary file modified docs/screenshots/themes/toolbar-actions-beacon.png
Binary file modified docs/screenshots/themes/toolbar-actions-bloom.png
Binary file modified docs/screenshots/themes/toolbar-actions-contrast.png
Binary file modified docs/screenshots/themes/toolbar-actions-dark.png
Binary file modified docs/screenshots/themes/toolbar-actions-dim.png
Binary file added docs/screenshots/themes/toolbar-actions-ember.png
Binary file modified docs/screenshots/themes/toolbar-actions-light.png
Binary file modified docs/screenshots/themes/toolbar-actions-linen.png
Binary file modified docs/screenshots/themes/toolbar-actions-matrix.png
Binary file modified docs/screenshots/themes/toolbar-actions-meridian.png
Binary file modified docs/screenshots/themes/toolbar-actions-neon.png
Binary file modified docs/screenshots/themes/toolbar-actions-nord.png
Binary file modified docs/screenshots/themes/toolbar-actions-nyan.png
Binary file modified docs/screenshots/themes/toolbar-actions-sepia.png
Binary file modified docs/screenshots/themes/toolbar-actions-solar.png
Binary file added docs/screenshots/themes/toolbar-actions-tide.png
Binary file added docs/screenshots/themes/tools-section-amber.png
Binary file modified docs/screenshots/themes/tools-section-beacon.png
Binary file modified docs/screenshots/themes/tools-section-bloom.png
Binary file modified docs/screenshots/themes/tools-section-contrast.png
Binary file modified docs/screenshots/themes/tools-section-dark.png
Binary file modified docs/screenshots/themes/tools-section-dim.png
Binary file added docs/screenshots/themes/tools-section-ember.png
Binary file modified docs/screenshots/themes/tools-section-light.png
Binary file modified docs/screenshots/themes/tools-section-linen.png
Binary file modified docs/screenshots/themes/tools-section-matrix.png
Binary file modified docs/screenshots/themes/tools-section-meridian.png
Binary file modified docs/screenshots/themes/tools-section-neon.png
Binary file modified docs/screenshots/themes/tools-section-nord.png
Binary file modified docs/screenshots/themes/tools-section-nyan.png
Binary file modified docs/screenshots/themes/tools-section-sepia.png
Binary file modified docs/screenshots/themes/tools-section-solar.png
Binary file added docs/screenshots/themes/tools-section-tide.png
Binary file added docs/screenshots/themes/tools-section-vector.png
Binary file added docs/screenshots/themes/tools-section-volcano.png
Binary file added docs/screenshots/themes/tour-callout-amber.png
Binary file modified docs/screenshots/themes/tour-callout-beacon.png
Binary file modified docs/screenshots/themes/tour-callout-bloom.png
Binary file modified docs/screenshots/themes/tour-callout-contrast.png
Binary file modified docs/screenshots/themes/tour-callout-dark.png
Binary file modified docs/screenshots/themes/tour-callout-dim.png
Binary file added docs/screenshots/themes/tour-callout-ember.png
Binary file added docs/screenshots/themes/tour-callout-graphite.png
Binary file modified docs/screenshots/themes/tour-callout-light.png
Binary file modified docs/screenshots/themes/tour-callout-linen.png
Binary file modified docs/screenshots/themes/tour-callout-matrix.png
Binary file modified docs/screenshots/themes/tour-callout-meridian.png
Binary file modified docs/screenshots/themes/tour-callout-neon.png
Binary file modified docs/screenshots/themes/tour-callout-nord.png
Binary file modified docs/screenshots/themes/tour-callout-nyan.png
Binary file modified docs/screenshots/themes/tour-callout-sepia.png
Binary file modified docs/screenshots/themes/tour-callout-solar.png
Binary file added docs/screenshots/themes/tour-callout-tide.png
Binary file added docs/screenshots/themes/tour-callout-vector.png
Binary file added docs/screenshots/themes/tour-callout-volcano.png
Binary file added docs/screenshots/themes/trusted-keys-amber.png
Binary file modified docs/screenshots/themes/trusted-keys-beacon.png
Binary file modified docs/screenshots/themes/trusted-keys-bloom.png
Binary file modified docs/screenshots/themes/trusted-keys-contrast.png
Binary file modified docs/screenshots/themes/trusted-keys-dark.png
Binary file modified docs/screenshots/themes/trusted-keys-dim.png
Binary file added docs/screenshots/themes/trusted-keys-ember.png
Binary file modified docs/screenshots/themes/trusted-keys-light.png
Binary file modified docs/screenshots/themes/trusted-keys-linen.png
Binary file modified docs/screenshots/themes/trusted-keys-matrix.png
Binary file modified docs/screenshots/themes/trusted-keys-meridian.png
Binary file modified docs/screenshots/themes/trusted-keys-neon.png
Binary file modified docs/screenshots/themes/trusted-keys-nord.png
Binary file modified docs/screenshots/themes/trusted-keys-nyan.png
Binary file modified docs/screenshots/themes/trusted-keys-sepia.png
Binary file modified docs/screenshots/themes/trusted-keys-solar.png
Binary file added docs/screenshots/themes/trusted-keys-tide.png
Binary file added docs/screenshots/themes/trusted-keys-vector.png
Binary file added docs/screenshots/themes/trusted-keys-volcano.png
Binary file added docs/screenshots/themes/view-menu-amber.png
Binary file modified docs/screenshots/themes/view-menu-beacon.png
Binary file modified docs/screenshots/themes/view-menu-bloom.png
Binary file modified docs/screenshots/themes/view-menu-contrast.png
Binary file modified docs/screenshots/themes/view-menu-dark.png
Binary file modified docs/screenshots/themes/view-menu-dim.png
Binary file added docs/screenshots/themes/view-menu-ember.png
Binary file added docs/screenshots/themes/view-menu-graphite.png
Binary file modified docs/screenshots/themes/view-menu-light.png
Binary file modified docs/screenshots/themes/view-menu-linen.png
Binary file modified docs/screenshots/themes/view-menu-matrix.png
Binary file modified docs/screenshots/themes/view-menu-meridian.png
Binary file modified docs/screenshots/themes/view-menu-neon.png
Binary file modified docs/screenshots/themes/view-menu-nord.png
Binary file modified docs/screenshots/themes/view-menu-nyan.png
Binary file modified docs/screenshots/themes/view-menu-sepia.png
Loading
Loading