Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status bar color differs from example screenhots #14

Open
eeme1i opened this issue Jan 2, 2023 · 1 comment
Open

Status bar color differs from example screenhots #14

eeme1i opened this issue Jan 2, 2023 · 1 comment

Comments

@eeme1i
Copy link

eeme1i commented Jan 2, 2023

The background color of the status bar is different from screenshots in README. Instead of being dark it's some sort of dark magenta. Looks totally fine on web version of VSCode though, and the README screenshot seems to be on macOS, so this might be a problem with VSCode for Windows instead. I have not experienced this problem with other themes before.

Also, the color the status bar is the same that the default VSCode dark theme uses for the status bar.

Screenshot on Windows:
image

@eeme1i
Copy link
Author

eeme1i commented Jan 2, 2023

This appears to be happen due to some missing properties in the theme JSON file.

After adding the following properties to settings.json the theme looks as it should.

"workbench.colorCustomizations": {
    "statusBar.debuggingBackground": "#080808",
    "statusBar.debuggingForeground": "#ddd",
    "statusBar.noFolderBackground": "#080808"
  }

I'm assuming those are required for the theme to function properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant