akinomyoga / ble.sh

Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
BSD 3-Clause "New" or "Revised" License
2.69k stars 85 forks source link

$LS_COLORS / bleopt filename_ls_colors not really respected #263

Closed qoreQyaS closed 1 year ago

qoreQyaS commented 1 year ago

おっす && 前もって感謝します

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

image

bleopt|grep 'color\|syntax'

bleopt complete_menu_color=on
bleopt complete_menu_color_match=on
bleopt filename_ls_colors='no=00:fi=00:di=34:ow=34;40:ln=35:pi=30;44:so=35;44:do=35;44:bd=33;44:cd=37;44:or=05;37;41:mi=05;37;41:ex=01;31:*.cmd=01;31:*.exe=01;31:*.com=01;31:*.bat=01;31:*.reg=01;31:*.app=01;31:*.txt=32:*.org=32:*.md=32:*.mkd=32:*.h=32:*.hpp=32:*.c=32:*.C=32:*.cc=32:*.cpp=32:*.cxx=32:*.objc=32:*.cl=32:*.sh=32:*.bash=32:*.csh=32:*.zsh=32:*.el=32:*.vim=32:*.java=32:*.pl=32:*.pm=32:*.py=32:*.rb=32:*.hs=32:*.php=32:*.htm=32:*.html=32:*.shtml=32:*.erb=32:*.haml=32:*.xml=32:*.rdf=32:*.css=32:*.sass=32:*.scss=32:*.less=32:*.js=32:*.coffee=32:*.man=32:*.0=32:*.1=32:*.2=32:*.3=32:*.4=32:*.5=32:*.6=32:*.7=32:*.8=32:*.9=32:*.l=32:*.n=32:*.p=32:*.pod=32:*.tex=32:*.go=32:*.sql=32:*.csv=32:*.sv=32:*.svh=32:*.v=32:*.vh=32:*.vhd=32:*.bmp=33:*.cgm=33:*.dl=33:*.dvi=33:*.emf=33:*.eps=33:*.gif=33:*.jpeg=33:*.jpg=33:*.JPG=33:*.mng=33:*.pbm=33:*.pcx=33:*.pdf=33:*.pgm=33:*.png=33:*.PNG=33:*.ppm=33:*.pps=33:*.ppsx=33:*.ps=33:*.svg=33:*.svgz=33:*.tga=33:*.tif=33:*.tiff=33:*.xbm=33:*.xcf=33:*.xpm=33:*.xwd=33:*.xwd=33:*.yuv=33:*.nef=33:*.NEF=33:*.aac=33:*.au=33:*.flac=33:*.m4a=33:*.mid=33:*.midi=33:*.mka=33:*.mp3=33:*.mpa=33:*.mpeg=33:*.mpg=33:*.ogg=33:*.opus=33:*.ra=33:*.wav=33:*.anx=33:*.asf=33:*.avi=33:*.axv=33:*.flc=33:*.fli=33:*.flv=33:*.gl=33:*.m2v=33:*.m4v=33:*.mkv=33:*.mov=33:*.MOV=33:*.mp4=33:*.mp4v=33:*.mpeg=33:*.mpg=33:*.nuv=33:*.ogm=33:*.ogv=33:*.ogx=33:*.qt=33:*.rm=33:*.rmvb=33:*.swf=33:*.vob=33:*.webm=33:*.wmv=33:*.doc=31:*.docx=31:*.rtf=31:*.odt=31:*.dot=31:*.dotx=31:*.ott=31:*.xls=31:*.xlsx=31:*.ods=31:*.ots=31:*.ppt=31:*.pptx=31:*.odp=31:*.otp=31:*.fla=31:*.psd=31:*.7z=1;35:*.apk=1;35:*.arj=1;35:*.bin=1;35:*.bz=1;35:*.bz2=1;35:*.cab=1;35:*.deb=1;35:*.dmg=1;35:*.gem=1;35:*.gz=1;35:*.iso=1;35:*.jar=1;35:*.msi=1;35:*.rar=1;35:*.rpm=1;35:*.tar=1;35:*.tbz=1;35:*.tbz2=1;35:*.tgz=1;35:*.tx=1;35:*.war=1;35:*.xpi=1;35:*.xz=1;35:*.z=1;35:*.Z=1;35:*.zip=1;35:*.ANSI-30-black=30:*.ANSI-01;30-brblack=01;30:*.ANSI-31-red=31:*.ANSI-01;31-brred=01;31:*.ANSI-32-green=32:*.ANSI-01;32-brgreen=01;32:*.ANSI-33-yellow=33:*.ANSI-01;33-bryellow=01;33:*.ANSI-34-blue=34:*.ANSI-01;34-brblue=01;34:*.ANSI-35-magenta=35:*.ANSI-01;35-brmagenta=01;35:*.ANSI-36-cyan=36:*.ANSI-01;36-brcyan=01;36:*.ANSI-37-white=37:*.ANSI-01;37-brwhite=01;37:*.log=01;32:*~=01;32:*#=01;32:*.bak=01;33:*.BAK=01;33:*.old=01;33:*.OLD=01;33:*.org_archive=01;33:*.off=01;33:*.OFF=01;33:*.dist=01;33:*.DIST=01;33:*.orig=01;33:*.ORIG=01;33:*.swp=01;33:*.swo=01;33:*,v=01;33:*.gpg=34:*.gpg=34:*.pgp=34:*.asc=34:*.3des=34:*.aes=34:*.enc=34:*.sqlite=34:'
bleopt highlight_syntax=true
bleopt syntax_debug=
bleopt syntax_eval_polling_interval=50
bleopt term_index_colors=auto
bleopt term_true_colors=semicolon

declare -p TERM COLORTERM

declare -x TERM="tmux-256color"
declare -x COLORTERM="truecolor"
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

akinomyoga commented 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?

qoreQyaS commented 1 year ago

🙇‍♂️

wow, thank you very very much, its working now.

image

akinomyoga commented 1 year ago

If there are no further problems, can I close the issue?

qoreQyaS commented 1 year ago

sure, thanks again

akinomyoga commented 1 year ago

Thanks!