diff --git a/config/tms/config.toml b/config/tms/config.toml index 5889afb..4116f8e 100644 --- a/config/tms/config.toml +++ b/config/tms/config.toml @@ -2,4 +2,9 @@ default_session = "main" [[search_dirs]] path = "~/Code" -depth = 10 +depth = 3 + +[picker_colors] +highlight_color = "#21202e" +highlight_text_color = "#86e1fc" +border_color = "#524f67"