Yummygum / city-lights-syntax-vsc

149 stars 19 forks source link

Status bar color when running debug #37

Closed PascalPixel closed 5 years ago

PascalPixel commented 5 years ago

Gray text on gray background when running debug server for rails:

screen shot 2018-11-21 at 15 59 11

Orange in default dark:

screen shot 2018-11-21 at 16 00 02
noudadrichem commented 5 years ago

Good one, can you check the TM Scope for me?

PascalPixel commented 5 years ago

@noudadrichem couldn't figure out how to check TM Scope on the statusbar with the built-in tool, but I found this online and it works:

"workbench.colorCustomizations": 
{
    "statusBar.background": "#21252B",
    "statusBar.foreground": "#9DA5B3",
    "statusBar.debuggingBackground": "#6c2022",
    "statusBar.debuggingForeground": "#9DA5B3",
    "statusBar.noFolderBackground": "#21252B",
    "statusBar.noFolderForeground": "#9DA5B3",
    "statusBarItem.activeBackground": "#598DEFD8",
    "statusBarItem.hoverBackground": "#598DEF59",
    "statusBarItem.prominentBackground": "#21252B",
    "statusBarItem.prominentHoverBackground": "#598DEF59",
}

It's statusBar.debuggingBackground and statusBar.debuggingForeground I think ✌🏻

noudadrichem commented 5 years ago

Nice scope of the situation! thanks

noudadrichem commented 5 years ago

This will be updated in version: 10.12