Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: disable dark font color in the tab. It very hard to see. #2634

Open
kgfly opened this issue Apr 10, 2023 · 3 comments
Open

Bug: disable dark font color in the tab. It very hard to see. #2634

kgfly opened this issue Apr 10, 2023 · 3 comments

Comments

@kgfly
Copy link

kgfly commented Apr 10, 2023

environment

  • vim: 8.2.4914
  • vim-airline: a532fed
  • OS: ubuntu 22 LTS
  • Have you reproduced with a minimal vimrc: Yes
  • What is your airline configuration:
let g:airline_section_c = '%<%F%m %#__accent_red#%{airline#util#wrap(airline#parts#readonly(),0)}%#__restore__#'
let g:airline#extensions#tabline#buffer_idx_mode = 2
let g:airline#extensions#tabline#fnamemod = ':t:.'
let g:airline#extensions#tabline#enabled = 1
" ----------------------------------------------
" vundle
set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-airline/vim-airline'

call vundle#end()            " required
filetype plugin indent on    " required

Open 3 file 1.t 2.t 3.t

Split the windows

Observed:

image

This is good. I know 2.t has number "12". I can switch easliy

run bn

image

actual behavior

In the tab, font color of "11 1.t" becomes very dark/hard to see.

expected behavior

In the tab, font color of "11 1.t" should still be green with black background, which is the same as "13 3.t"

Thanks.

@kgfly
Copy link
Author

kgfly commented Apr 27, 2023

(On Windows)

"C:/Program Files/Vim/vim90/gvim.exe" -d 1.txt 2.txt

provides simpler repro, which prompts:

image

You can see "22 2.txt" is dark/hard to see. Almost invisible

@kgfly
Copy link
Author

kgfly commented Jun 20, 2023

Hi @chrisbra, may I ask: do you have any idea? Is it possible to do a quickfix?

Thank you very much

@chrisbra
Copy link
Member

I haven't yet dug into it in detail, so not sure, unfortuantely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants