Skip to content

Visual Studio Code theme based on the Windows XP Luna theme, but dark

License

Notifications You must be signed in to change notification settings

Mssjim/windows-xp-dark

Repository files navigation

Windows XP Dark Luna Theme for Visual Studio Code

A theme extension for Visual Studio Code based on the Windows XP "Luna" theme and the intelij darcula theme.

Install

From VS Code

  1. Select the extension tab.
  2. Search for Windows XP Dark Luna Theme.
  3. Click Install.

From the Marketplace

  1. Go to the Windows XP Dark Luna Theme page on the Visual Studio Code Marketplace.
  2. Click Install.

From the Command Line

Run the following command:

code --install-extension mssjim.windows-xp-dark

Activate

  1. Click the gear icon in the lower left corner of the window.
  2. Select Color Theme.
  3. Select Windows XP Dark Luna.

Want a Light Theme or Icons Too?

Check out the vscode-windows-xp-theme made by sinedied.

Features

  • A dark theme inspired by Windows XP's "Luna" theme.
  • A color scheme derived from the intelij darcula theme.

Override this theme

You can override this theme by creating a new theme file in your user settings. For example, to change the color of comments, you can add the following to your settings.json file:

{
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "comment",
        "settings": {
          "foreground": "#00FF00"
        }
      }
    ]
  }
}

Credits

This theme was inspired by the default Windows XP "Luna" theme. The code editor color scheme was derived from the vscode-windows-xp-theme theme by sinedied.

Contributing

If you would like to contribute to this project, please open an issue or a pull request.

License

MIT

About

Visual Studio Code theme based on the Windows XP Luna theme, but dark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published