sdras/inbedby7pm

Highlighting on search results is not visible

Closed this issue · 2 comments

Hey Sarah, the new theme is great!

I noticed an issue with the search results highlight color, it's not very visible against the background. Here's a comparison against Night Owl:

In Bed By 7pm search
night owl search

This is on version 0.3.1 of the theme.

sdras commented

Hey @kbravh I worked on a lot of highlight stuff in the last two versions, can you please update? Feel free to reopen if you aren't satisfied.

@sdras These screenshots are from the latest version, it looks like it's from lines 85-86 of in-bed-by-7.json.

"editor.findMatchBackground": "#16192333",
"editor.findMatchHighlightBackground": "#16192333",

This color differs only slightly in opacity from the background color on line 92:

"editor.rangeHighlightBackground": "#161923dd",