A Rust library for changing the color of the chocobos' plumage in Final Fantasy XIV.
This repository also includes language-agnostic files such as dyes.xml
and Fluent translation lists.
Furthermore, a live version using WebAssembly is available on this web page.
Latest version: https://docs.rs/chocodye/
fluent: enables localization through Fluent.truecolor: enables text to be colored in the terminal.
List of colors:
cargo run --example truecolor -- enSample menu:
cargo run --example menu -- enThe displayed language can be changed by replacing en with fr, de or jp.
Please note that for colors to be displayed under Windows, this command must first be run:
set COLORTERM=truecolorSee the documentation for chocodye::ansi_text.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

