Skip to content

Commit

Permalink
Change status bar background color
Browse files Browse the repository at this point in the history
Close #6
  • Loading branch information
wyze committed Jul 27, 2019
1 parent b5cca6c commit 1271aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/createColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const createColors = ({
ansiWhite,
ansiYellow,
background,
comment,
foreground,
invisibles,
}: typeof base) => ({
Expand Down Expand Up @@ -240,7 +241,7 @@ const createColors = ({
//"sideBar.background": "#252526",
//"sideBar.dropBackground": "#ffffff1f",
//"sideBarSectionHeader.background": "#80808033",
//"statusBar.background": "#007acc",
"statusBar.background": comment,
//"statusBar.debuggingBackground": "#cc6633",
//"statusBar.debuggingForeground": "#ffffff",
//"statusBar.foreground": "#ffffff",
Expand Down

0 comments on commit 1271aa9

Please sign in to comment.