Closed qoreQyaS closed 1 year ago
Thank you for the report! I have pushed a fix b568ade in master
. Could you update ble.sh by ble-update
and see if the problems are fixed in your environment?
/
did not reflect the setting of filename_ls_colors
was just because I haven't supported it. Now I added support.wow, thank you very very much, its working now.
If there are no further problems, can I close the issue?
sure, thanks again
Thanks!
おっす && 前もって感謝します
iam trying to get ble.sh to respect my $LS_COLORS and use them for syntax highlighting.
ble.sh: fb7bd0b14913fea9fe998d34033e6389bb8df72c (last commit in the master branch) GNU bash, version 5.2.2(1)-release (x86_64-pc-linux-gnu) tmux 3.3a alacritty 0.11.0 xserver-xorg 2:21.1.4-3 debian unstable
no matter what i do, directory and file names are not being colored on the command line as they are by ls fzf/menu completion colors them fine
bleopt|grep 'color\|syntax'
declare -p TERM COLORTERM
ble-face
```bash ble-face argument_error=fg=black,bg=225 ble-face argument_option=fg=teal ble-face auto_complete=fg=238,bg=254 ble-face cmdinfo_cd_cdpath=fg=26,bg=155 ble-face command_alias=fg=teal ble-face command_builtin=fg=red ble-face command_builtin_dot=fg=red,bold ble-face command_directory=fg=26,underline ble-face command_file=fg=green ble-face command_function=fg=92 ble-face command_jobs=fg=red,bold ble-face command_keyword=fg=blue ble-face disabled=fg=242 ble-face filename_block=fg=yellow,bg=black,underline ble-face filename_character=fg=white,bg=black,underline ble-face filename_directory=fg=26,underline ble-face filename_directory_sticky=fg=white,bg=26,underline ble-face filename_executable=fg=green,underline ble-face filename_link=fg=teal,underline ble-face filename_ls_colors=underline ble-face filename_orphan=fg=teal,bg=224,underline ble-face filename_other=underline ble-face filename_pipe=fg=lime,bg=black,underline ble-face filename_setgid=fg=black,bg=191,underline ble-face filename_setuid=fg=black,bg=220,underline ble-face filename_socket=fg=cyan,bg=black,underline ble-face filename_url=fg=blue,underline ble-face filename_warning=fg=red,underline ble-face menu_filter_fixed=bold ble-face menu_filter_input=fg=16,bg=229 ble-face overwrite_mode=fg=black,bg=51 ble-face prompt_status_line=fg=231,bg=240 ble-face region=fg=white,bg=60 ble-face region_insert=fg=blue,bg=252 ble-face region_match=fg=white,bg=55 ble-face region_target=fg=black,bg=153 ble-face syntax_brace=fg=37,bold ble-face syntax_command=fg=brown ble-face syntax_comment=fg=242 ble-face syntax_default=none ble-face syntax_delimiter=bold ble-face syntax_document=fg=94 ble-face syntax_document_begin=fg=94,bold ble-face syntax_error=fg=231,bg=203 ble-face syntax_escape=fg=magenta ble-face syntax_expr=fg=26 ble-face syntax_function_name=fg=92,bold ble-face syntax_glob=fg=198,bold ble-face syntax_history_expansion=fg=231,bg=94 ble-face syntax_param_expansion=fg=purple ble-face syntax_quotation=fg=green,bold ble-face syntax_quoted=fg=green ble-face syntax_tilde=fg=navy,bold ble-face syntax_varname=fg=orange ble-face varname_array=fg=orange,bold ble-face varname_empty=fg=31 ble-face varname_export=fg=200,bold ble-face varname_expr=fg=92,bold ble-face varname_hash=fg=70,bold ble-face varname_number=fg=64 ble-face varname_readonly=fg=200 ble-face varname_transform=fg=29,bold ble-face varname_unset=fg=124 ble-face vbell=reverse ble-face vbell_erase=bg=252 ble-face vbell_flash=fg=green,reverse ```best regards