Sublime Forum

Highlight the selected file in sidebar

#1

Hello,

I use Soda theme ( which is pretty cool ! ) and I wanted to know if there is a way to change the highlight of the selected file:

When you select the file, text is highlighted with a blue bar. In theme folder, I saw there is a small gradient image. What I want to do is having only an image ( like and arrow ) and whatever the size of the sidebar, the image is always stick at the right of the sidebar.

Maybe there is a parameter to give in :
// Sidebar rows
{
“class”: “tree_row”,
“layer0.texture”: “Theme - Soda/Soda Light/sidebar-row-selected.png”,
“layer0.opacity”: 0.0,
“layer0.inner_margin”: [1, 1],
“layer0.align”: right // something like this ?
},

Is it possible ?

0 Likes