Vscode: File explorer not adjusting to macOS Mojave dark theme

Created on 26 Sep 2018  路  4Comments  路  Source: microsoft/vscode

  • VSCode Version: Version 1.28.0-insider (1.28.0-insider)
  • OS Version: macOS Mojave Version 10.14

Steps to Reproduce:

  1. Select "Dark" appearance under system preferences > general.
  2. Open up Visual Studio Code.
  3. Click "File" and then "Open file..." (or command+o).

I have dark mode selected. However, when I select to open a file in VSCode, the finder window is still using the light theme instead of the dark theme as shown below.

screen shot 2018-09-25 at 8 57 26 pm

bug mojave verified

Most helpful comment

Set defaults write com.microsoft.VSCode NSRequiresAquaSystemAppearance 0 and use native tabs to get dark mode menus and titlebar.

image

All 4 comments

Set defaults write com.microsoft.VSCode NSRequiresAquaSystemAppearance 0 and use native tabs to get dark mode menus and titlebar.

image

Set defaults write com.microsoft.VSCode NSRequiresAquaSystemAppearance 0 and use native tabs to get dark mode menus and titlebar.

@sozercan Perfect! Just a note for VSC Insiders users:

defaults write com.microsoft.VSCodeInsiders NSRequiresAquaSystemAppearance 0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DovydasNavickas picture DovydasNavickas  路  3Comments

villiv picture villiv  路  3Comments

NikosEfthias picture NikosEfthias  路  3Comments

philipgiuliani picture philipgiuliani  路  3Comments

curtw picture curtw  路  3Comments