Skip to content

Releases: inkdropapp/css

v0.9.7

Choose a tag to compare

@craftzdog craftzdog released this 22 Jul 07:33

Fixes

  • Make editor background transparent for acrylic window

v0.9.6

Choose a tag to compare

@craftzdog craftzdog released this 21 Jul 08:04

Refactoring

  • sidebar: Use shared scrollbar variables instead of hardcoded values

v0.9.5

Choose a tag to compare

@craftzdog craftzdog released this 15 Jul 02:15

Fixes

  • Add spacing to task list checkbox in Markdown preview

v0.9.4

Choose a tag to compare

@craftzdog craftzdog released this 15 Jul 01:27

Fixes

  • Support dark mode for note-list-bar pinned section colors

v0.9.3

Choose a tag to compare

@craftzdog craftzdog released this 15 Jul 01:11

Features

  • Add CSS variables for note-list-bar section header and footer

v0.9.2

Choose a tag to compare

@craftzdog craftzdog released this 14 Jul 01:21

Fixes

  • Scope quote color to the tok-content token in syntax highlighting

v0.9.1

Choose a tag to compare

@craftzdog craftzdog released this 02 Jul 06:47

Features

  • Add pink color and bold weight to content separator (syntax)

v0.9.0

Choose a tag to compare

@craftzdog craftzdog released this 01 Jul 05:49

What's Changed

Features

  • mermaid: Add mermaid.css for diagram theming (3b892f4)
    • Defines the --mermaid-* custom properties that the mermaid plugin's built-in inkdrop theme maps Mermaid's theme variables onto, following the same base-token + var() cascade convention as syntax.css / markdown.css. Registered in generate-variable-names.ts and documented in the README layer table.
  • mermaid: Add --mermaid-* vars for the newer diagram types (a59decc)
    • Covers pie text/stroke, quadrant, requirement, C4, architecture, git commit/tag labels, venn, error, event-modeling, and the packet / xychart / radar / wardley / cynefin configs, plus a violet-seeded primary palette for more vivid pie/git/quadrant charts.

Bug Fixes

  • mermaid: Change edge label color (c03b4d3)
    • Switches --mermaid-edge-label-background-color from a flat white/neutral to the purple palette for better contrast against edge labels.

Full Changelog: v0.8.1...v0.9.0

v0.8.1

Choose a tag to compare

@craftzdog craftzdog released this 26 Jun 07:18

What's Changed

Internal

  • task-progress: Switch the task-progress-view theme variables to light-dark() and scope them to the theme.ui.base layer (eca0df3) — collapses the separate :root and dark-mode blocks into a single definition that resolves against the page color-scheme. Equivalent rendering, no API change.

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@craftzdog craftzdog released this 24 Jun 04:42

What's Changed

Features

  • syntax: Ship the default light & dark syntax theme variables in syntax.css (b90e229)
    • syntax.css now defines its own :root defaults, merged from the built-in light & dark themes and switched with light-dark(), so syntax renders out of the box without a separate syntax-theme package. A selected theme's unlayered :root still overrides them.

Internal

  • scripts: Build the syntax variable group from local syntax.css instead of downloading the default theme at generation time (cf3e2d4)

Full Changelog: v0.7.1...v0.8.0