vscode_theme 0.2.0

A Rust representation of a Visual Studio Code theme.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[package]
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
categories = ["api-bindings"]
description = "A Rust representation of a Visual Studio Code theme."
documentation = "https://docs.rs/vscode_theme"
edition = "2021"
keywords = ["visual", "studio", "code", "vscode", "theme"]
license = "MIT"
name = "vscode_theme"
readme = "README.md"
repository = "https://github.com/maxdeviant/vscode-theme"
version = "0.2.0"