Skip to content

Yellow background on function search / struct search causes text to be unreadable #6

@vmmenjoyer

Description

@vmmenjoyer

Fixed with adding this to the end of theme

chooser_widget_t,
standalone_dirtree_widget_t
{
    qproperty-highlight-bg-default: rgba(170, 90, 0, 0.90);
    qproperty-highlight-bg-selected: rgba(120, 60, 0, 0.95);
}

chooser_widget_t[os-dark-theme="true"],
standalone_dirtree_widget_t[os-dark-theme="true"]
{
    qproperty-highlight-bg-default: rgba(170, 90, 0, 0.90);
    qproperty-highlight-bg-selected: rgba(120, 60, 0, 0.95);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions