From 63d4410fdfe7712faec287aee2f5c0ca288dc996 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 22 Feb 2025 00:48:41 +0100 Subject: replace Config crate with Figment -> better merging of default and config values --- example-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example-config.toml') diff --git a/example-config.toml b/example-config.toml index d6d2aa8..89220df 100644 --- a/example-config.toml +++ b/example-config.toml @@ -13,5 +13,5 @@ editor = "vim" # arguments are possible: "vim -y" # confirm_color = "47" # warn_color = "124" # bar_bg_color = "234" -# popup_bg_color = "234" +# popup_bg_color = "55" # selected_row_bg_color = "237" -- cgit v1.2.3