Skip to content

Commit

Permalink
#330 Adjust default colours
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker authored Jul 25, 2021
1 parent 0c01696 commit 2e3aa00
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app_images/gutter-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_images/gutter-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_images/no-gutter-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_images/no-gutter-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_images/partial-gutter-icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app_images/partial-gutter-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,32 @@
},
"coverage-gutters.highlightlight": {
"type": "string",
"default": "rgba(166, 220, 142, 0.75)",
"default": "rgba(0, 255, 64, 0.2)",
"description": "light themed highlight for code coverage"
},
"coverage-gutters.highlightdark": {
"type": "string",
"default": "rgba(45, 121, 10, 0.75)",
"default": "rgba(0, 146, 36, 0.2)",
"description": "dark themed highlight for code coverage"
},
"coverage-gutters.partialHighlightLight": {
"type": "string",
"default": "rgba(220, 213, 143, 0.75)",
"default": "rgba(255, 235, 0, 0.2)",
"description": "light theme partial highlight for code coverage"
},
"coverage-gutters.partialHighlightDark": {
"type": "string",
"default": "rgba(121, 86, 10, 0.75)",
"default": "rgba(149, 136, 0, 0.2)",
"description": "dark theme partial highlight for code coverage"
},
"coverage-gutters.noHighlightLight": {
"type": "string",
"default": "rgba(220, 143, 143, 0.75)",
"default": "rgba(255, 0, 0, 0.2)",
"description": "light theme partial highlight for code coverage"
},
"coverage-gutters.noHighlightDark": {
"type": "string",
"default": "rgba(121, 31, 10, 0.75)",
"default": "rgba(130, 0, 0, 0.2)",
"description": "dark theme partial highlight for code coverage"
},
"coverage-gutters.gutterIconPathLight": {
Expand Down

0 comments on commit 2e3aa00

Please sign in to comment.