Skip to content

Commit

Permalink
Add new darktheme: Dark berry blue
Browse files Browse the repository at this point in the history
tweak darkberry theme

t
  • Loading branch information
ppenguin committed Aug 27, 2024
1 parent 2befbcf commit f4249ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions d2themes/d2themescatalog/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var LightCatalog = []d2themes.Theme{
var DarkCatalog = []d2themes.Theme{
DarkMauve,
DarkFlagshipTerrastruct,
DarkBerryBlue,
}

func Find(id int64) d2themes.Theme {
Expand Down
25 changes: 25 additions & 0 deletions d2themes/d2themescatalog/dark_berry_blue.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
package d2themescatalog

import "oss.terrastruct.com/d2/d2themes"

var DarkBerryBlue = d2themes.Theme{
ID: 205,
Name: "Dark berry blue",
Colors: d2themes.ColorPalette{
Neutrals: d2themes.DarkNeutral,

B1: "#E5F3FF",
B2: "#BCDDFB",
B3: "#77AFE3",
B4: "#3363DD",
B5: "#1F46B7",
B6: "#203586",

AA2: "#DACEFB",
AA4: "#A169D3",
AA5: "#6649B5",

AB4: "#9F7ED1",
AB5: "#BA69A6",
},
}

0 comments on commit f4249ce

Please sign in to comment.