From 76531405d38d09e03a7c204f6e4d48b711f12aa9 Mon Sep 17 00:00:00 2001 From: Oh Jeong Hun Date: Sun, 10 Dec 2023 20:29:23 +0900 Subject: [PATCH] Changed the warning line in the light theme to a single line for consistency with the dark theme issue #322 --- themes/Night Owl-Light-color-theme-noitalic.json | 2 +- themes/Night Owl-Light-color-theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Night Owl-Light-color-theme-noitalic.json b/themes/Night Owl-Light-color-theme-noitalic.json index d122f33..8e13186 100644 --- a/themes/Night Owl-Light-color-theme-noitalic.json +++ b/themes/Night Owl-Light-color-theme-noitalic.json @@ -96,7 +96,7 @@ "editorError.foreground": "#E64D49", "editorError.border": "#FBFBFB", "editorWarning.foreground": "#daaa01", - "editorWarning.border": "#daaa01", + "editorWarning.border": null, "editorGutter.addedBackground": "#49d0c5", "editorGutter.modifiedBackground": "#6fbef6", "editorGutter.deletedBackground": "#f76e6e", diff --git a/themes/Night Owl-Light-color-theme.json b/themes/Night Owl-Light-color-theme.json index 97b3d8f..24b00c5 100644 --- a/themes/Night Owl-Light-color-theme.json +++ b/themes/Night Owl-Light-color-theme.json @@ -109,7 +109,7 @@ "editorError.foreground": "#E64D49", "editorError.border": "#FBFBFB", "editorWarning.foreground": "#daaa01", - "editorWarning.border": "#daaa01", + "editorWarning.border": null, "editorGutter.addedBackground": "#49d0c5", "editorGutter.modifiedBackground": "#6fbef6", "editorGutter.deletedBackground": "#f76e6e",