Crates.io | xcolors |
lib.rs | xcolors |
version | 0.1.0 |
source | src |
created_at | 2019-02-08 23:42:23.459275 |
updated_at | 2019-02-08 23:42:23.459275 |
description | A very rudimentary library to access Xresources colours from Rust |
homepage | |
repository | https://github.com/alberdingk-thijm/xcolors |
max_upload_size | |
id | 113619 |
size | 7,835 |
A (tiny) library to read X Resource Manager colours from Rust.
This is a small, WIP and very basic library to abstract away some of the code to read a user's color definitions from Xlib's X Resources.
It is designed to be included as part of graphical applications that want to theme their windows according to a user's X resources.
Obviously, X is needed in order for xcolors
to work.