Skip to content

Commit

Permalink
Merge branch 'mr-upstream-119' into develop (sonph#119)
Browse files Browse the repository at this point in the history
Fixes sonph#115

* mr-upstream-119:
  Fix the color of vscode status bar
  • Loading branch information
dwettstein committed Nov 13, 2023
2 parents d77a02a + 704c3e4 commit 766d3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/onehalf-dark/themes/onehalf-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"sideBarSectionHeader.foreground": "#dcdfe4",
"statusBar.background": "#282c34",
"statusBar.foreground": "#dcdfe4",
"statusBar.noFolderBackground": "#282c34",
"statusBar.noFolderForeground": "#dcdfe4",
"panel.background": "#282c34"
},
"tokenColors": "./OneHalfDark.tmTheme",
Expand Down
2 changes: 2 additions & 0 deletions vscode/onehalf-light/themes/onehalf-light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"sideBarSectionHeader.foreground": "#383a42",
"statusBar.background": "#fafafa",
"statusBar.foreground": "#383a42",
"statusBar.noFolderBackground": "#fafafa",
"statusBar.noFolderForeground": "#383a42",
"panel.background": "#fafafa"
},
"tokenColors": "./OneHalfLight.tmTheme",
Expand Down

0 comments on commit 766d3c4

Please sign in to comment.