@@ -20,6 +20,9 @@ export default {
20
20
'editor.findMatchBorder' : '#457dff' ,
21
21
'editor.findMatchHighlightBackground' : '#6199ff2f' ,
22
22
'editor.foreground' : '#abb2bf' ,
23
+ "editorBracketHighlight.foreground1" : "#d19a66" ,
24
+ "editorBracketHighlight.foreground2" : "#c678dd" ,
25
+ "editorBracketHighlight.foreground3" : "#56b6c2" ,
23
26
'editorHoverWidget.highlightForeground' : '#61afef' ,
24
27
'editorInlayHint.foreground' : '#abb2bf' ,
25
28
'editorInlayHint.background' : '#2c313c' ,
@@ -63,7 +66,7 @@ export default {
63
66
'editorWarning.foreground' : '#d19a66' ,
64
67
'editorWhitespace.foreground' : '#3b4048' ,
65
68
'editorWidget.background' : '#21252b' ,
66
- focusBorder : '#3e4452 ' ,
69
+ focusBorder : '#282c34 ' ,
67
70
'gitDecoration.ignoredResourceForeground' : '#636b78' ,
68
71
'input.background' : '#21252b' ,
69
72
'list.activeSelectionBackground' : '#2c313a' ,
@@ -98,7 +101,7 @@ export default {
98
101
'peekViewEditor.matchHighlightBackground' : '#29244b' ,
99
102
'peekViewResult.background' : '#22262b' ,
100
103
'progressBar.background' : '#f0f0f0' ,
101
- 'scrollbar.shadow' : '#23252c ' ,
104
+ 'scrollbar.shadow' : '#282c34 ' ,
102
105
'scrollbarSlider.activeBackground' : '#747d9180' ,
103
106
'scrollbarSlider.background' : '#4e566660' ,
104
107
'scrollbarSlider.hoverBackground' : '#5a637580' ,
@@ -112,16 +115,19 @@ export default {
112
115
'sideBarSectionHeader.foreground' : '#abb2bf' ,
113
116
'sideBarTitle.foreground' : '#abb2bf' ,
114
117
'statusBar.background' : '#282c34' ,
115
- 'statusBar.debuggingBackground' : '#171c22' ,
116
- 'statusBar.debuggingBorder' : '#171c22' ,
117
- 'statusBar.debuggingForeground' : '#f0f0f0' ,
118
+ "statusBar.border" : "#282c34" ,
119
+ 'statusBar.debuggingBackground' : '#282C34' ,
120
+ 'statusBar.debuggingBorder' : '#282C34' ,
121
+ 'statusBar.debuggingForeground' : '#969aa4' ,
118
122
'statusBar.foreground' : '#969aa4' ,
119
- 'statusBar.noFolderBackground' : '#21252b ' ,
123
+ 'statusBar.noFolderBackground' : '#282c34 ' ,
120
124
'statusBarItem.hoverBackground' : '#2c313a' ,
121
125
'statusBarItem.remoteBackground' : '#282c34' ,
122
- 'statusBarItem.remoteForeground' : '#f8fafd' ,
126
+ 'statusBarItem.remoteForeground' : '#969aa4' ,
127
+ "statusBarItem.warningBackground" : "#282c34" ,
128
+ "statusBarItem.warningForeground" : "#b78853" ,
123
129
'tab.activeBackground' : '#282c34' ,
124
- 'tab.activeBorder' : '#f0f0f0 ' ,
130
+ 'tab.activeBorder' : '#b4b4b4 ' ,
125
131
'tab.activeForeground' : '#dcdcdc' ,
126
132
'tab.border' : '#282c34' ,
127
133
'tab.hoverBackground' : '#323842' ,
0 commit comments