From 90535a966bcab9b18df7e8be34ff4751aa039431 Mon Sep 17 00:00:00 2001 From: CalistusK Date: Sun, 6 Sep 2020 19:55:10 -0700 Subject: [PATCH] Add ISE theme settings borders --- themes/theme-psise/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/theme-psise/theme.json b/themes/theme-psise/theme.json index 9395581ec7..44474a7289 100644 --- a/themes/theme-psise/theme.json +++ b/themes/theme-psise/theme.json @@ -198,6 +198,10 @@ "activityBarBadge.background": "#A9A9A9", "editor.lineHighlightBackground": "#add8e6", "editor.selectionBackground": "#94c6f7", + "settings.checkboxBorder": "#A9A9A9", + "settings.dropdownBorder": "#A9A9A9", + "settings.numberInputBorder": "#A9A9A9", + "settings.textInputBorder": "#A9A9A9", "statusBar.background": "#999999", "statusBar.debuggingBackground": "#FF4500", "statusBar.noFolderBackground": "#999999",