Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kate Kate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • KateKate
  • Merge requests
  • !618

search: Fix expand triangle color with light themes

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Waqar Ahmed requested to merge work/fix-search-exp-traingle-color into master Feb 18, 2022
  • Overview 4
  • Commits 1
  • Pipelines 6
  • Changes 7

If you are using a non-breeze theme such as fusion and the only color scheme available to you is "light" and you like using dark editor theme, then while searching the expand triangle is almost invisible in search results. This change fixes that.

To test, open kate with fusion style and a dark theme such as "monokai" and search for something

Before

Screenshot_20220218_224758

After

Screenshot_20220218_224722

Subclassing was necessary as we need to only change the color in the view and not other places of the treeview such as scrollbars.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/fix-search-exp-traingle-color