Skip to content

Releases: Az-21/typst-material-you

Typst Material You v1.0.1

10 Mar 16:43
Compare
Choose a tag to compare

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.

https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Typst Material You v1.0.0

10 Mar 11:10
Compare
Choose a tag to compare

Features

  • Parse .kt Material You theme file into m3light and m3dark 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.

https://dotnet.microsoft.com/en-us/download/dotnet/8.0