Making the triangle and vertical lines more visible

I have trouble seeing the markings to the left and right of a paragraph: the flippy triangle (I don’t know its formal name), the vertical lines from one flippy triangle to another (I don’t know its formal name either), and the focus arrow.

I was able to make my own Theme where the focus arrow is black, and this works. But I have not found anything that I can make black in the theme that will make the flippy triangle and vertical lines black (or any other color). I tried setting the handle and guideLine colors, in the hope that these might the ones, but no matter what I do, the flippy triangle and vertical lines are a faded gray.

1 Like

It’s confusing :slight_smile:, I keep changing things.

But here’s what you can do in latest release:

{
  "metadata": {
    "name": "Bike (Default)",
    "version": "1.0.0",
    "author": "Jesse Grosjean"
  },
  "colors": {
    "handle": "red",
    "handleUnloaded": "green",
    "guideLine": "blue",
  },
}

handleUnloaded is the color used for the handle for rows that are expanded, or don’t have children… ie no hidden content.

2 Likes

Perfect-o-rama — and to my surprise the open document picked up the changes as soon as I saved the theme file, I didn’t even have to relaunch or reopen. Thanks!

1 Like