mirror of
https://github.com/1f349/tulip.git
synced 2024-11-12 23:01:33 +00:00
7 lines
77 B
Go
7 lines
77 B
Go
package theme
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed dark.css
|
|
var DarkThemeCss []byte
|