From 9d41b3ccd68f5cdaa2e45431c550ce906f830c3a Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 11 Jan 2026 13:23:30 -0800 Subject: [PATCH] Update README with color settings details Added information about color settings configuration. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b8610f..8698adf 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,8 @@ will dump all command prefixes with `cargo run` ran since *2023-09-12 09:15:30*. ## Settings A number of settings can be set via environment variables. To set a setting you should add the following snippets to your `~/.bashrc` / `~/.zshrc` / `~/.config/fish/config.fish`. +[Color settings](https://github.com/cantino/mcfly/blob/b54adb65e1567887fe430188324c09553431eb7c/src/settings.rs#L508) can be set in a config file, which will be in `~/.mcfly` if it exists, otherwise in `$XDG_DATA_DIR/mcfly`. On MacOS, this would be `~/Library/Application Support/McFly/config.toml`. + ### Light Mode To swap the color scheme for use in a light terminal, set the environment variable `MCFLY_LIGHT`.