package d2themes

import (
	
)

func ( d2target.Shape) (,  string) {
	if .Type == d2target.ShapeSQLTable || .Type == d2target.ShapeClass {
		// Fill is used for header fill in these types
		// This fill property is just background of rows
		 = .Stroke
		// Stroke (border) of these shapes should match the header fill
		 = .Fill
	} else {
		 = .Fill
		 = .Stroke
	}
	return , 
}