aboutsummaryrefslogtreecommitdiff
path: root/example-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-02-22 00:48:41 +0100
committerlukeflo2025-02-22 00:48:41 +0100
commit63d4410fdfe7712faec287aee2f5c0ca288dc996 (patch)
treecdc1c3a2fa012c9c194766c256572129ae069a92 /example-config.toml
parent9cfed78e434a165d4cc01a869dfa7066b8b29819 (diff)
downloadbibiman-63d4410fdfe7712faec287aee2f5c0ca288dc996.tar.gz
bibiman-63d4410fdfe7712faec287aee2f5c0ca288dc996.zip
replace Config crate with Figment -> better merging of default and config values
Diffstat (limited to 'example-config.toml')
-rw-r--r--example-config.toml2
1 files changed, 1 insertions, 1 deletions
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"