From 3e20a66b2ed3c3ab141540e73a5ec9fe256f14bb Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Fri, 13 Mar 2020 12:18:45 +0200 Subject: [PATCH] feat: change match brackets color --- src/createMultipleTheme.spec.js | 4 ++-- themes/AdvancedBat.json | 4 ++-- themes/AdvancedCat.json | 4 ++-- themes/AdvancedDog.json | 4 ++-- themes/AdvancedEngine.json | 4 ++-- themes/AdvancedHook.json | 4 ++-- themes/AdvancedImmigrant.json | 4 ++-- themes/AdvancedMystery.json | 4 ++-- themes/BraveHabits.json | 4 ++-- themes/BraveHomer.json | 4 ++-- themes/BraveLove.json | 4 ++-- themes/BraveNeighbour.json | 4 ++-- themes/CircusAjax.json | 4 ++-- themes/CircusBrother.json | 4 ++-- themes/CircusPeople.json | 4 ++-- themes/CircusWhisky.json | 4 ++-- themes/NiketaBear.json | 4 ++-- themes/NiketaMoon.json | 4 ++-- themes/NiketaOwl.json | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/createMultipleTheme.spec.js b/src/createMultipleTheme.spec.js index e546a917..f3b4c97b 100644 --- a/src/createMultipleTheme.spec.js +++ b/src/createMultipleTheme.spec.js @@ -55,8 +55,8 @@ export const baseColors = { 'editor.selectionHighlightBackground' : 'MAIN_COLOR88', 'editor.wordHighlightBackground' : 'MAIN_COLORaa', 'editor.wordHighlightStrongBackground' : 'MAIN_COLORdd', - 'editorBracketMatch.background' : '#e7e7e7', - 'editorBracketMatch.border' : '#fafafa', + 'editorBracketMatch.background' : '#ecf6ff', + 'editorBracketMatch.border' : '#c3c1a9', 'editorCursor.foreground' : '#544', 'editorGroupHeader.tabsBackground' : 'MAIN_COLOR', 'editorLineNumber.foreground' : '#2a3343a9', diff --git a/themes/AdvancedBat.json b/themes/AdvancedBat.json index 40e287f4..37285436 100644 --- a/themes/AdvancedBat.json +++ b/themes/AdvancedBat.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedCat.json b/themes/AdvancedCat.json index 269c6c19..995329de 100644 --- a/themes/AdvancedCat.json +++ b/themes/AdvancedCat.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedDog.json b/themes/AdvancedDog.json index f100ade7..88749501 100644 --- a/themes/AdvancedDog.json +++ b/themes/AdvancedDog.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedEngine.json b/themes/AdvancedEngine.json index 005a96c3..81ddbc7f 100644 --- a/themes/AdvancedEngine.json +++ b/themes/AdvancedEngine.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedHook.json b/themes/AdvancedHook.json index c04043d7..9ca80e65 100644 --- a/themes/AdvancedHook.json +++ b/themes/AdvancedHook.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedImmigrant.json b/themes/AdvancedImmigrant.json index 8c60dc5c..2f93072a 100644 --- a/themes/AdvancedImmigrant.json +++ b/themes/AdvancedImmigrant.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/AdvancedMystery.json b/themes/AdvancedMystery.json index 179334fe..de190bde 100644 --- a/themes/AdvancedMystery.json +++ b/themes/AdvancedMystery.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bdc3c788", "editor.wordHighlightBackground": "#bdc3c7aa", "editor.wordHighlightStrongBackground": "#bdc3c7dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bdc3c7", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/BraveHabits.json b/themes/BraveHabits.json index 7b8794bd..5ef18fbb 100644 --- a/themes/BraveHabits.json +++ b/themes/BraveHabits.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bbc0c488", "editor.wordHighlightBackground": "#bbc0c4aa", "editor.wordHighlightStrongBackground": "#bbc0c4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bbc0c4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/BraveHomer.json b/themes/BraveHomer.json index 48b10053..6ec2a330 100644 --- a/themes/BraveHomer.json +++ b/themes/BraveHomer.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bbc0c488", "editor.wordHighlightBackground": "#bbc0c4aa", "editor.wordHighlightStrongBackground": "#bbc0c4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bbc0c4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/BraveLove.json b/themes/BraveLove.json index 1461fc87..179c767b 100644 --- a/themes/BraveLove.json +++ b/themes/BraveLove.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bbc0c488", "editor.wordHighlightBackground": "#bbc0c4aa", "editor.wordHighlightStrongBackground": "#bbc0c4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bbc0c4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/BraveNeighbour.json b/themes/BraveNeighbour.json index 48aa04f9..00e564a4 100644 --- a/themes/BraveNeighbour.json +++ b/themes/BraveNeighbour.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#bbc0c488", "editor.wordHighlightBackground": "#bbc0c4aa", "editor.wordHighlightStrongBackground": "#bbc0c4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#bbc0c4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/CircusAjax.json b/themes/CircusAjax.json index 2835f081..46a668b4 100644 --- a/themes/CircusAjax.json +++ b/themes/CircusAjax.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b7bcbf88", "editor.wordHighlightBackground": "#b7bcbfaa", "editor.wordHighlightStrongBackground": "#b7bcbfdd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b7bcbf", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/CircusBrother.json b/themes/CircusBrother.json index bd9e1a08..17f0f5a0 100644 --- a/themes/CircusBrother.json +++ b/themes/CircusBrother.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b7bcbf88", "editor.wordHighlightBackground": "#b7bcbfaa", "editor.wordHighlightStrongBackground": "#b7bcbfdd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b7bcbf", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/CircusPeople.json b/themes/CircusPeople.json index 91d21172..53d36da6 100644 --- a/themes/CircusPeople.json +++ b/themes/CircusPeople.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b7bcbf88", "editor.wordHighlightBackground": "#b7bcbfaa", "editor.wordHighlightStrongBackground": "#b7bcbfdd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b7bcbf", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/CircusWhisky.json b/themes/CircusWhisky.json index 6ee7ced9..3f5b42d3 100644 --- a/themes/CircusWhisky.json +++ b/themes/CircusWhisky.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b7bcbf88", "editor.wordHighlightBackground": "#b7bcbfaa", "editor.wordHighlightStrongBackground": "#b7bcbfdd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b7bcbf", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/NiketaBear.json b/themes/NiketaBear.json index 9c8a13c9..963a2c75 100644 --- a/themes/NiketaBear.json +++ b/themes/NiketaBear.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b0b4b488", "editor.wordHighlightBackground": "#b0b4b4aa", "editor.wordHighlightStrongBackground": "#b0b4b4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b0b4b4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/NiketaMoon.json b/themes/NiketaMoon.json index c49443ee..f87492ab 100644 --- a/themes/NiketaMoon.json +++ b/themes/NiketaMoon.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b0b4b488", "editor.wordHighlightBackground": "#b0b4b4aa", "editor.wordHighlightStrongBackground": "#b0b4b4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b0b4b4", "editorLineNumber.foreground": "#2a3343a9", diff --git a/themes/NiketaOwl.json b/themes/NiketaOwl.json index 367c33fc..357ec868 100644 --- a/themes/NiketaOwl.json +++ b/themes/NiketaOwl.json @@ -27,8 +27,8 @@ "editor.selectionHighlightBackground": "#b0b4b488", "editor.wordHighlightBackground": "#b0b4b4aa", "editor.wordHighlightStrongBackground": "#b0b4b4dd", - "editorBracketMatch.background": "#e7e7e7", - "editorBracketMatch.border": "#fafafa", + "editorBracketMatch.background": "#ecf6ff", + "editorBracketMatch.border": "#c3c1a9", "editorCursor.foreground": "#544", "editorGroupHeader.tabsBackground": "#b0b4b4", "editorLineNumber.foreground": "#2a3343a9",