Answers for "editorGutter.modifiedBackground striped color"

0

editorGutter.modifiedBackground striped color

(function(){var x = document.createElement('style');
x.innerText = ('.monaco-editor .dirty-diff-modified'+
'{background: none; border-left: 3px solid #71b9e3;}'+
'.monaco-editor .dirty-diff-modified:before'+
'{transform: none; background-image: none; background-color: #71b9e3;}');
document.head.appendChild(x);})();
Posted by: Guest on April-10-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language