...

Source file src/oss.terrastruct.com/d2/d2themes/d2themescatalog/flagship_terrastruct.go

Documentation: oss.terrastruct.com/d2/d2themes/d2themescatalog

     1  package d2themescatalog
     2  
     3  import "oss.terrastruct.com/d2/d2themes"
     4  
     5  var FlagshipTerrastruct = d2themes.Theme{
     6  	ID:   3,
     7  	Name: "Flagship Terrastruct",
     8  	Colors: d2themes.ColorPalette{
     9  		Neutrals: d2themes.CoolNeutral,
    10  
    11  		B1: "#000E3D",
    12  		B2: "#234CDA",
    13  		B3: "#6B8AFB",
    14  		B4: "#A6B8F8",
    15  		B5: "#D2DBFD",
    16  		B6: "#E7EAFF",
    17  
    18  		AA2: "#5829DC",
    19  		AA4: "#B4AEF8",
    20  		AA5: "#E4DBFF",
    21  
    22  		AB4: "#7FDBF8",
    23  		AB5: "#C3F0FF",
    24  	},
    25  }
    26  

View as plain text