roam-unofficial/roam-toolkit

can't see text with highlight in vim-mode

alok opened this issue · 3 comments

alok commented

it's very hard to make out the cursor or the text underneath the bright yellow highlight. is there a way to make it light grey or something?

Screenshot 2020-07-23 at 12 09 53 PM

Hey, you can add a custom css style targeting

.roam-toolkit-block-mode--highlight {
    background-color: black;
}
alok commented

That helps a lot. I'm unfamiliar with CSS, can it be set to a hex value?

Yeah, hex values should work too