theme ID mod, add description to improvements
This commit is contained in:
parent
30aae50c64
commit
db24121d3e
2 changed files with 12 additions and 9 deletions
|
|
@ -20,8 +20,11 @@
|
||||||
- `link`s can be set to root path, e.g. `/xyz`. [#2357](https://github.com/terrastruct/d2/issues/2357)
|
- `link`s can be set to root path, e.g. `/xyz`. [#2357](https://github.com/terrastruct/d2/issues/2357)
|
||||||
- Parser:
|
- Parser:
|
||||||
- impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes [#2465](https://github.com/terrastruct/d2/pull/2465)
|
- impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes [#2465](https://github.com/terrastruct/d2/pull/2465)
|
||||||
- Render:
|
- # Render: - horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)
|
||||||
- horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)
|
- 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.
|
||||||
|
> > > > > > > d19e3b4f2 (theme ID mod, add description to improvements)
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ package d2themescatalog
|
||||||
import "oss.terrastruct.com/d2/d2themes"
|
import "oss.terrastruct.com/d2/d2themes"
|
||||||
|
|
||||||
var DarkFlagshipTerrastruct = d2themes.Theme{
|
var DarkFlagshipTerrastruct = d2themes.Theme{
|
||||||
ID: 201,
|
ID: 203,
|
||||||
Name: "Dark Flagship Terrastruct",
|
Name: "Dark Flagship Terrastruct",
|
||||||
Colors: d2themes.ColorPalette{
|
Colors: d2themes.ColorPalette{
|
||||||
Neutrals: d2themes.DarkNeutral,
|
Neutrals: d2themes.DarkNeutral,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue