tulip/theme/theme.go

7 lines
77 B
Go
Raw Normal View History

2023-12-17 15:55:41 +00:00
package theme
import _ "embed"
//go:embed dark.css
var DarkThemeCss []byte