We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9033126 commit c582522Copy full SHA for c582522
src/uiColors.ts
@@ -112,6 +112,7 @@ export default {
112
113
// editor
114
"editor.background": BLACK,
115
+ "editor.foreground": TEXT,
116
"editor.lineHighlightBackground": BACKGROUND_LIGHT,
117
"editor.selectionBackground": bgBright(PRIMARY),
118
"editor.selectionHighlightBackground": bg(PRIMARY),
themes/Blueprint-color-theme.json
@@ -46,6 +46,7 @@
46
"statusBarItem.prominentBackground": "#D9822B",
47
"statusBarItem.prominentHoverBackground": "#F29D49",
48
"editor.background": "#10161A",
49
+ "editor.foreground": "#BFCCD6",
50
"editor.lineHighlightBackground": "#202B33",
51
"editor.selectionBackground": "#137CBD99",
52
"editor.selectionHighlightBackground": "#137CBD4d",
0 commit comments