-
I am unable to set the highlighting for floating and selected. For example, set a highlight. highlight! DduUiFfFloating guifg=cleared guibg=#717375
highlight! DduUiFfPrompt guifg=#5AFF19 guibg=cleared
highlight! DduUiFfSelected guifg=#E49653 guibg=cleared hook_source = '''
call ddu#custom#patch_global({
\ 'uiParams': {
\ 'ff': {
\ 'highlights': {
\ 'floating': 'DduUiFfSelected:',
\ 'prompt': 'DduUiFfPrompt',
\ 'selected': 'DduUiFfSelected',
\ },
\ },
\ },
\ })
''' This screenshot is the result. I tried changing the color of the I have also set existing highlights such as Is it possible to set a value other than NormalFloat for floating? I would also like to know why I get an error if I don't put a
It is possible that I am misunderstanding the assumed behavior. Please tell me what I am doing wrong. Please help me :_( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Fixed the problem. Please update |
Beta Was this translation helpful? Give feedback.
Fixed the problem. Please update
ddu-ui-ff
.