Browse Source

Updates theme color descriptions

main
Eric Amodio 6 years ago
parent
commit
23eb1d963f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -1052,7 +1052,7 @@
},
{
"id": "gitlens.trailingLineBackgroundColor",
"description": "Specifies the background color of the trailing blame annotation",
"description": "Specifies the background color of the blame annotation for the current line",
"defaults": {
"dark": "#00000000",
"light": "#00000000",
@ -1061,7 +1061,7 @@
},
{
"id": "gitlens.trailingLineForegroundColor",
"description": "Specifies the foreground color of the trailing blame annotation",
"description": "Specifies the foreground color of the blame annotation for the current line",
"defaults": {
"dark": "#99999959",
"light": "#99999959",

Loading…
Cancel
Save