feat: Add sidebar git colors support

This commit is contained in:
Mattia Astorino 2017-10-19 11:12:25 +02:00
parent b4748f8779
commit 0cf20070c2
11 changed files with 19 additions and 11 deletions

View file

@ -7,7 +7,6 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
"**/*.js": {
"when": "$(basename).ts"
},

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "{{variant.scheme.background}}",
"pickerGroup.foreground": "{{commons.accents.Teal}}",
"git.color.modified": "{{variant.scheme.base.yellow}}90",
"git.color.untracked": "{{variant.scheme.base.green}}90"
"git.color.untracked": "{{variant.scheme.base.green}}90",
"git.color.ignored": "{{variant.scheme.sidebarForeground}}90"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#212121",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#84848490"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#212121",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#61616190"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#263238",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#5f7a8790"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#263238",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#607a8690"
}
}

File diff suppressed because one or more lines are too long

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#FFFFFF",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFB62C90",
"git.color.untracked": "#91B85990"
"git.color.untracked": "#91B85990",
"git.color.ignored": "#62788390"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#FAFAFA",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFB62C90",
"git.color.untracked": "#91B85990"
"git.color.untracked": "#91B85990",
"git.color.ignored": "#7E939E90"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#292D3E",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#757CA190"
}
}

View file

@ -812,6 +812,7 @@
"debugToolBar.background": "#292D3E",
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
"git.color.untracked": "#C3E88D90",
"git.color.ignored": "#676E9590"
}
}