diff --git a/.config/fsel/config.toml b/.config/fsel/config.toml new file mode 100644 index 00000000..73b93928 --- /dev/null +++ b/.config/fsel/config.toml @@ -0,0 +1,19 @@ +# Colors +highlight_color = "LightBlue" +input_border_color = "Cyan" +cursor = "│" + +# App launcher +terminal_launcher = "kitty -e" + +[app_launcher] +filter_desktop = true # Filter apps by desktop environment +list_executables_in_path = false # Show CLI tools from $PATH +hide_before_typing = false # Hide list until you start typing +match_mode = "fuzzy" # "fuzzy" or "exact" +confirm_first_launch = false # Confirm before launching new apps with -p +prefix_depth = 3 # Character depth for prefix matching priority + +# Pin/favorite settings +pin_color = "rgb(255,165,0)" # Color for pin icon (orange) +pin_icon = "📌" # Icon for pinned apps diff --git a/.config/kitty/theme.conf b/.config/kitty/theme.conf index 7a916129..1d930931 100755 --- a/.config/kitty/theme.conf +++ b/.config/kitty/theme.conf @@ -71,8 +71,8 @@ color5 #F5C2E7 color13 #F5C2E7 # cyan -color6 #94E2D5 -color14 #94E2D5 +color6 #b7bdf8 +color14 #b7bdf8 # white color7 #CDD6F4