bezel-theme 0.1.13

Design tokens for gpui — an environment-driven theme with designed light and dark palettes
Documentation
[package]
name = "bezel-theme"
description = "Design tokens for gpui — an environment-driven theme with designed light and dark palettes"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true

[lib]
name = "theme"

[lints]
workspace = true

[dependencies]
gpui.workspace = true
serde.workspace = true
tracing.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"

[dev-dependencies]
serde_json.workspace = true