changed fsel and added better colors to kitty

This commit is contained in:
2026-03-02 22:32:57 +00:00
parent a7d52f2e93
commit bf85ad5be7
2 changed files with 21 additions and 2 deletions

19
.config/fsel/config.toml Normal file
View File

@@ -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

View File

@@ -71,8 +71,8 @@ color5 #F5C2E7
color13 #F5C2E7
# cyan
color6 #94E2D5
color14 #94E2D5
color6 #b7bdf8
color14 #b7bdf8
# white
color7 #CDD6F4