Sublime Forum

Command palette - background color of selected row

#1

I’m unable to modify the background color of the selected row on the command palette.
I have looked everywhere to see if someone had the same problem to no avail

I’m able to modify the text color though…


> **OS**:       Windows 10 64 bit > **ST3**:     Build 3126 > **Theme**: [Soda Light 3.sublime-theme](http://buymeasoda.github.com/soda-theme/)
> #### Here is how I modify the text color successfully > { > "class": quick_panel_label", > "fg": [0,0,0,255], > "match_fg": [36, 150, 233, 255], > "selected_fg": [0, 0, 0, 255], > "selected_match_fg": [36, 150, 233, 255] > },
> #### here is how I'm unable to modify the background color > { > "class": "quick_panel_row", > "attributes": ["selected"], > "layer0.texture": "", > "layer0.tint": [255, 165, 0] > },

I’d appreciate any help…

0 Likes