theme-engine 0.6.2

Capture-name theme lookup and style resolution for syntax highlighting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "theme-engine"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Capture-name theme lookup and style resolution for syntax highlighting"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
toml = "0.8"