Skip to content

Commit 24a0a1c

Browse files
author
Gilad Gray
committed
restore CHANGED
1 parent 7c0d5d8 commit 24a0a1c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/uiColors.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const WARNING = Colors.ORANGE3;
2424

2525
// diff colors
2626
const ADDED = Colors.GREEN2;
27-
const CHANGED = Colors.ORANGE2;
27+
const CHANGED = Colors.BLUE2;
2828
const REMOVED = Colors.RED2;
2929

3030
// editor states
@@ -164,10 +164,10 @@ export default {
164164
"editorOverviewRuler.deletedForeground": REMOVED,
165165
"editorOverviewRuler.errorForeground": ERROR,
166166
"editorOverviewRuler.warningForeground": WARNING,
167-
"editorOverviewRuler.infoForeground": PRIMARY,
167+
"editorOverviewRuler.infoForeground": CHANGED,
168168

169169
// Editor gutter background color (next to line numbers)
170-
"editorGutter.modifiedBackground": PRIMARY,
170+
"editorGutter.modifiedBackground": CHANGED,
171171
"editorGutter.addedBackground": ADDED,
172172
"editorGutter.deletedBackground": REMOVED,
173173

@@ -185,9 +185,9 @@ export default {
185185
};
186186

187187
// UNSTYLED:
188+
// match highlight
188189
// peek view
189190
// merge ranges
190-
// status bar
191191
// title bar (macOS)
192192
// notifications
193193
// quick picker

themes/Blueprint-color-theme.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
"editorGroupHeader.tabsBorder": "#30404D",
4040
"panel.border": "#30404D",
4141
"panelTitle.activeBorder": "#137CBD",
42+
"statusBar.background": "#137CBD",
43+
"statusBar.foreground": "#FFFFFF",
44+
"statusBar.debuggingBackground": "#DB2C6F",
45+
"statusBar.noFolderBackground": "#7157D9",
46+
"statusBarItem.prominentBackground": "#D9822B",
47+
"statusBarItem.prominentHoverBackground": "#F29D49",
4248
"editor.background": "#10161A",
4349
"editor.lineHighlightBackground": "#202B33",
4450
"editor.selectionBackground": "#137CBD99",
@@ -69,8 +75,8 @@
6975
"editorOverviewRuler.deletedForeground": "#C23030",
7076
"editorOverviewRuler.errorForeground": "#DB3737",
7177
"editorOverviewRuler.warningForeground": "#D9822B",
72-
"editorOverviewRuler.infoForeground": "#137CBD",
73-
"editorGutter.modifiedBackground": "#137CBD",
78+
"editorOverviewRuler.infoForeground": "#106BA3",
79+
"editorGutter.modifiedBackground": "#106BA3",
7480
"editorGutter.addedBackground": "#0D8050",
7581
"editorGutter.deletedBackground": "#C23030",
7682
"gitDecoration.modifiedResourceForeground": "#F29D49",
@@ -80,13 +86,7 @@
8086
"gitDecoration.conflictingResourceForeground": "#9179F2",
8187
"debugToolBar.background": "#A8225599",
8288
"welcomePage.buttonBackground": "#182026",
83-
"welcomePage.buttonHoverBackground": "#202B33",
84-
"statusBar.background": "#137CBD",
85-
"statusBar.foreground": "#FFFFFF",
86-
"statusBar.debuggingBackground": "#DB2C6F",
87-
"statusBar.noFolderBackground": "#7157D9",
88-
"statusBarItem.prominentBackground": "#D9822B",
89-
"statusBarItem.prominentHoverBackground": "#F29D49"
89+
"welcomePage.buttonHoverBackground": "#202B33"
9090
},
9191
"tokenColors": [
9292
{

0 commit comments

Comments
 (0)