Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Wakanda Forever New to Visual Studio Code? Get it now.
Wakanda Forever

Wakanda Forever

Dharam Dhurandhar

|
3,719 installs
| (0) | Free
An intelligent theme based on wakanda's panther's color scheme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wakanda Forever Theme

Version Rating Installs Downloads Issues

A Modern dark panther theme based on Marvel's Black Panther for Visual Studio Code.

Default Theme

MainScreenshot

Screenshot

JavaScript

ReactScreenshot

Soft Theme

JavaScript

SoftJScreenshot

Python

SoftPScreenshot

C++

SoftPScreenshot

Recommended combination

  • Font: use Dank Mono or Operator Mono
  • Icon theme: Material Theme Icon Dark

Tweaks and theming

If you want to change some colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#12071c",
  "activityBar.background": "#12071c",
  "sideBar.background": "#12071c"
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
  "[Wakanda Forever Theme]": {
    "textMateRules": [
      {
        "scope": ["source.python"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

Usage

Select the theme and go!

Installation

  1. Open Extensions sidebar panel in Visual Studio Code. View → Extensions
  2. Search for Wakanda Forever Theme
  3. Click Install
  4. Click Reload
  5. File > Preferences > Color Theme > Wakanda Forever Theme

Further Customization

If you want to set up the panel to the right side of the screen as shown, then launch Preferences:Open Settings (JSON) using "⇧⌘P" or "Ctrl+Shift+P" and add these lines, depending on your comfort.

    "workbench.sideBar.location": "right",    
    "terminal.integrated.fontFamily": "MesloLGS NF",
    "terminal.integrated.fontSize": 15,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.colorTheme": "Night Hacker",
    "window.zoomLevel": -1

Feedback

If you have suggestions, please open an issue or better yet, a pull request.

Be nice.

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Dharam D.
Dharam D.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft