Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

LSP plugin: color of 'function call tooltip' is not themable, it is always black-on-cream #5586

Closed Alexey-T closed 3 days ago

Alexey-T commented 3 days ago

Screenshot from 2024-06-27 23-41-59

Alexey-T commented 3 days ago

py/cuda_lsp/dlg.py

class SignaturesDialog:

    themed = False
    color_font = 0
    color_bg = apx.html_color_to_int('ffffe1')
    color_dimmed = apx.html_color_to_int('909090')
    color_hilite = apx.html_color_to_int('0000FF')

change themed to True.