From 7b03f4c1a2d73a6d3a69ebf5bc5023061fc8f07e Mon Sep 17 00:00:00 2001 From: Cory Gibbons Date: Thu, 26 Jul 2018 21:44:17 -0700 Subject: [PATCH 1/2] Update list.highlightForeground --- theme/two.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/two.json b/theme/two.json index a978414..151a239 100644 --- a/theme/two.json +++ b/theme/two.json @@ -139,7 +139,7 @@ "list.dropBackground": "#524763", "list.focusBackground": "#524763", "list.focusForeground": "#eee", - "list.highlightForeground": "#524763", + "list.highlightForeground": "#82D8D8", "list.hoverBackground": "#524763", "list.hoverForeground": "#aaa", "list.inactiveSelectionBackground": "#524763", From 76b7612cc6e9216af9ad428c0fa5772e087cae67 Mon Sep 17 00:00:00 2001 From: "Md. Shahriar Parvez" Date: Thu, 5 Nov 2020 15:44:15 +0600 Subject: [PATCH 2/2] update list foreground, list highlightForeground, comment color and fontStyle for levelup theme :fire: --- theme/levelup.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/theme/levelup.json b/theme/levelup.json index f751ba1..49e4201 100755 --- a/theme/levelup.json +++ b/theme/levelup.json @@ -137,13 +137,14 @@ "list.activeSelectionBackground": "#191324", "list.activeSelectionForeground": "#aaa", "list.dropBackground": "#191324", - "list.focusBackground": "#191324", + "list.focusBackground": "#524763", + "list.highlightForeground": "#CBE56C", "list.focusForeground": "#aaa", - "list.highlightForeground": "#524763", "list.hoverBackground": "#191324", "list.hoverForeground": "#aaa", "list.inactiveSelectionBackground": "#191324", "list.inactiveSelectionForeground": "#aaa", + // merge "merge.border": "#ffffff00", "merge.commonContentBackground": "#ffffff00", @@ -271,8 +272,7 @@ "name": "Comment", "scope": ["comment", "punctuation.definition.comment"], "settings": { - "fontStyle": "italic", - "foreground": "#82d8d8" + "foreground": "#524763" } }, { @@ -483,10 +483,8 @@ } }, { - "name": - "[HTML] - Quotes. these are a slightly different colour because expand selection will then not include quotes", - "scope": - "punctuation.definition.string.begin, punctuation.definition.string.end", + "name": "[HTML] - Quotes. these are a slightly different colour because expand selection will then not include quotes", + "scope": "punctuation.definition.string.begin, punctuation.definition.string.end", "settings": { "foreground": "#92fc79" }