Skip to content

ddh4r4m/wakanda-forever-dark-theme

Repository files navigation

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!

About

An intelligent dark theme for VSCode based on Wakanda.

Resources

Stars

Watchers

Forks

Packages

No packages published