Registry / other / fltk-theme

fltk-theme

JSON →
library0.7.9rscratesunverified

A theming crate for the fltk-rs GUI library, providing pre-built color schemes and styles.

# Cargo.toml [dependencies] fltk-theme = "0.7.9"
INSTALL
IMPORT
SIG · FLTK-THEME
F
fltk-theme
otherrustv0.7.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ThemeType
use fltk_theme::ThemeType;

Applies a dark theme to an FLTK application.

use fltk_theme::{ThemeType, WidgetTheme}; fn main() { let theme = WidgetTheme::new(ThemeType::Dark); theme.apply(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Meta
1
Resources
fltk-theme — cargo add fltk-theme · libregistry