Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Fix debug toolbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed Feb 20, 2019
1 parent 5905b07 commit fa90573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/horizon-bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"terminal.selectionBackground": "#6C6F934D",
"terminalCursor.background": "#D5D8DA",
"terminalCursor.foreground": "#6C6F9399",
"debugToolBar.background": "#1C1E26",
"walkThrough.embeddedEditorBackground": "#232530",
"gitDecoration.addedResourceForeground": "#27D797CC",
"gitDecoration.modifiedResourceForeground": "#FAC39A",
Expand Down
1 change: 1 addition & 0 deletions themes/horizon-italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"terminal.selectionBackground": "#6C6F934D",
"terminalCursor.background": "#D5D8DA",
"terminalCursor.foreground": "#6C6F9399",
"debugToolBar.background": "#1C1E26",
"walkThrough.embeddedEditorBackground": "#232530",
"gitDecoration.addedResourceForeground": "#27D797CC",
"gitDecoration.modifiedResourceForeground": "#FAC39A",
Expand Down
1 change: 1 addition & 0 deletions themes/horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"terminal.selectionBackground": "#6C6F934D",
"terminalCursor.background": "#D5D8DA",
"terminalCursor.foreground": "#6C6F9399",
"debugToolBar.background": "#1C1E26",
"walkThrough.embeddedEditorBackground": "#232530",
"gitDecoration.addedResourceForeground": "#27D797CC",
"gitDecoration.modifiedResourceForeground": "#FAC39A",
Expand Down

0 comments on commit fa90573

Please sign in to comment.