Skip to content

Commit c582522

Browse files
author
Gilad Gray
committed
1.0.2: editor foreground
1 parent 9033126 commit c582522

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/uiColors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default {
112112

113113
// editor
114114
"editor.background": BLACK,
115+
"editor.foreground": TEXT,
115116
"editor.lineHighlightBackground": BACKGROUND_LIGHT,
116117
"editor.selectionBackground": bgBright(PRIMARY),
117118
"editor.selectionHighlightBackground": bg(PRIMARY),

themes/Blueprint-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"statusBarItem.prominentBackground": "#D9822B",
4747
"statusBarItem.prominentHoverBackground": "#F29D49",
4848
"editor.background": "#10161A",
49+
"editor.foreground": "#BFCCD6",
4950
"editor.lineHighlightBackground": "#202B33",
5051
"editor.selectionBackground": "#137CBD99",
5152
"editor.selectionHighlightBackground": "#137CBD4d",

0 commit comments

Comments
 (0)