Change colors of Cursor's UI elements in agents window

I use dark mode in Cursor, but then the tabs and scrollbars with the default dark gray are almost impossible for me to see. In the Cursor IDE, I can use the user settings to change the color of the scrollbars, tabs, (and other elements) with something like this:

"workbench.colorCustomizations": {

    "scrollbarSlider.background": "#0000ff",

    "scrollbarSlider.hoverBackground": "#0000ff",

    "scrollbarSlider.activeBackground": "#0000ff",

    "tab.activeBackground": "#5d4976",

    "tab.inactiveBackground": "#352943",

However, these settings don’t carry over to the agents window.

Hey @rory77235!

These settings aren’t customizable today. We have been working on a lot more theme customizability in the Agents Window, but it hasn’t shipped yet.

If it helps, the scrollbar is more visible if you select Cursor Dark High Contrast as the theme!