From 35b261cb9f05388d75b5a0268060d31cf28fa3af Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Tue, 14 Feb 2017 11:49:53 +0100 Subject: [PATCH] Amended current pointer background colour to the same as the line highlight. --- .../parts/debug/browser/media/current-and-breakpoint.svg | 2 +- src/vs/workbench/parts/debug/browser/media/current-arrow.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/parts/debug/browser/media/current-and-breakpoint.svg b/src/vs/workbench/parts/debug/browser/media/current-and-breakpoint.svg index 1635dcb16f4..28c93fc2a92 100644 --- a/src/vs/workbench/parts/debug/browser/media/current-and-breakpoint.svg +++ b/src/vs/workbench/parts/debug/browser/media/current-and-breakpoint.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/vs/workbench/parts/debug/browser/media/current-arrow.svg b/src/vs/workbench/parts/debug/browser/media/current-arrow.svg index bd0d7541109..339d5826e8b 100644 --- a/src/vs/workbench/parts/debug/browser/media/current-arrow.svg +++ b/src/vs/workbench/parts/debug/browser/media/current-arrow.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- GitLab