Skip to content

Commit

Permalink
feat: change match brackets color
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Mar 13, 2020
1 parent 5abff80 commit 3e20a66
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions src/createMultipleTheme.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedBat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedCat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedDog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedEngine.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedHook.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedImmigrant.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/AdvancedMystery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/BraveHabits.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/BraveHomer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/BraveLove.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/BraveNeighbour.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/CircusAjax.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/CircusBrother.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/CircusPeople.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/CircusWhisky.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/NiketaBear.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/NiketaMoon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions themes/NiketaOwl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3e20a66

Please sign in to comment.