Skip to content

Commit

Permalink
theme ID mod, add description to improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenguin committed Aug 29, 2024
1 parent f4249ce commit d19e3b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ci/release/changelogs/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- Sequence diagram: The spacing between self-referential edges and regular edges is uniform [#2043](https://github.com/terrastruct/d2/pull/2043)
- Compiler: Error on multi-line labels in `sql_table` shapes [#2057](https://github.com/terrastruct/d2/pull/2057)
- Sequence diagram: Image shape actors can use spans and notes [#2056](https://github.com/terrastruct/d2/issues/2056)
- Themes [#2065](https://github.com/terrastruct/d2/pull/2065):
- new theme `Dark Berry Blue` (`205`), intended as dark variant of `Mixed Berry Blue` (`5`).
- changed id of `Dark Flagship Terrastruct` (`203`) to mirror the ID of `Flagship Terrastruct` (`3`), improving theme discoverability.

#### Bugfixes ⛑️

Expand Down
2 changes: 1 addition & 1 deletion d2themes/d2themescatalog/dark_flagship_terrastruct.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package d2themescatalog
import "oss.terrastruct.com/d2/d2themes"

var DarkFlagshipTerrastruct = d2themes.Theme{
ID: 201,
ID: 203,
Name: "Dark Flagship Terrastruct",
Colors: d2themes.ColorPalette{
Neutrals: d2themes.DarkNeutral,
Expand Down

0 comments on commit d19e3b4

Please sign in to comment.