Releases: Az-21/typst-material-you
Releases · Az-21/typst-material-you
Typst Material You v1.0.1
What's New
- Output filename is now converted to lowercase (eg:
Colors.kt
->
colors.typ
) - Under the hood improvements to make source code more readable and easier to understand
Usage
Before running the console app, install the latest .NET 8 Runtime based on your OS and system architecture.
Typst Material You v1.0.0
Features
- Parse
.kt
Material You theme file intom3light
andm3dark
variables. - Import the generated
.typ
file in your Typst project to use the colors.
#import "m3.typ": m3light, m3dark
Usage
Before running the console app, install the latest .NET 8 Runtime based on your OS and system architecture.