tulip/theme/theme.go
2023-12-17 15:55:41 +00:00

7 lines
77 B
Go

package theme
import _ "embed"
//go:embed dark.css
var DarkThemeCss []byte