Skip to content

Instantly share code, notes, and snippets.

View nimdasys's full-sized avatar

Paul H nimdasys

  • Independent Contractor - Self Employed
  • Northern, WI
View GitHub Profile
function injectGitFileStatus()
{
const timeout = 5000;
const addedColor = "#98C379";
const modifiedColor = "#D19A66";
const stagedColor = "#E06059";
const ignoredOpacity = "0.4";
const explorer = document.getElementById("workbench.view.explorer");
if (explorer)