Docs.rs
boltz-theme-0.1.0
boltz-theme 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
04 July 2026
Links
Repository
crates.io
Source
Owners
nguyendkn
Dependencies
anyhow ^1.0.86
normal
boltz-collections ^0.1.0
normal
boltz-gpui ^0.2.2
normal
palette ^0.7.5
normal
parking_lot ^0.12.1
normal
boltz-refineable ^0.1.0
normal
schemars ^1.0
normal
serde ^1.0.221
normal
serde_json ^1.0.144
normal
serde_json_lenient ^0.2
normal
strum ^0.27.2
normal
boltz-syntax-theme ^0.1.0
normal
thiserror ^2.0.12
normal
uuid ^1.1.2
normal
boltz-gpui ^0.2.2
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
try_parse_color
boltz_
theme
0.1.0
boltz_theme
Function
try_
parse_
color
Copy item path
Source
pub fn try_parse_color(color: &
str
) ->
Result
<
Hsla
>
Expand description
Parses a color string into an
Hsla
value.