jolt-theme 1.2.0

Theme system for terminal TUI applications with iTerm2 import support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jolt-theme"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Theme system for terminal TUI applications with iTerm2 import support"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
toml = "0.9.11"
plist = "1.8"
ureq = "3.2.0"
thiserror = { workspace = true }

[dev-dependencies]