Is it possible to change the highlight or background color of the "search results" from the help menu in RStudio?
10:52 13 Feb 2023

I'm able to change the colour of selected text in the RStudio script window. For this I changed the

.ace_marker-layer .ace_selection {
  background: #9D0000; 
}

in the /Applications/RStudio.app/Contents/Resources/app/resources/themes/chaos.rstheme

But whenever I do a search in the 'Help' panel, the highlighted background is a faint grey and would like to change it. Where could I find the value that needs to be changed for this?

The reason is that it is super hard to see the highlighted background in the help and a colour change would make it much easier to search in the help menu!

enter image description here

themes rstudio