How can I add a custom style for the background of the opened file (the pale-grey behind fetch.js):
The find-and-replace way Alternately, you can add a cursor to all occurrences of the current selection with Command+Shift+L. Then, you just type the replacement, and all instances are updated with each keystroke!
I believe you are looking for the list.inactiveSelectionBackground
theme setting. You can set this using workbench.colorCustomizations
"workbench.colorCustomizations": {
"list.inactiveSelectionBackground": "#f0f"
}
This color used used when the explorer is not focused. Use list.activeSelectionBackground
for when the explorer is focused
To highlight the current file tab on top -
Under Settings --> "workbench.colorCustomizations", add some colors to the tab border and/or to the tab background:
"tab.activeBorder": "#ff0000",
"tab.unfocusedActiveBorder": "#000000",
"tab.activeBackground": "#4a4a75",
"tab.unfocusedactiveBackground": "#000000"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With