Skip to content

Latest commit

 

History

History
executable file
·
48 lines (34 loc) · 1.37 KB

File metadata and controls

executable file
·
48 lines (34 loc) · 1.37 KB

CodeWarrior Dark

A dark color theme for VS Code inspired by the classic Mac coding application, CodeWarrior.

Installation

From Source

  1. Clone or download this repository
  2. Copy the extension folder to your VS Code extensions directory:
    • macOS/Linux: ~/.vscode/extensions/
    • Windows: %USERPROFILE%\.vscode\extensions\
  3. Restart VS Code
  4. Open the Command Palette (Cmd+Shift+P on macOS or Ctrl+Shift+P on Windows/Linux)
  5. Type "Color Theme" and select Preferences: Color Theme
  6. Choose CodeWarrior Dark from the list

From VSIX Package

If you have a .vsix file:

  1. Open VS Code
  2. Go to Extensions view (Cmd+Shift+X on macOS or Ctrl+Shift+X on Windows/Linux)
  3. Click the ... menu at the top of the Extensions view
  4. Select Install from VSIX...
  5. Navigate to the .vsix file and select it
  6. Restart VS Code
  7. Activate the theme from Preferences: Color Theme

Building VSIX Package

To create a .vsix package for distribution:

npm install
npm run build

This will generate a codewarrior-dark-0.0.1.vsix file that can be shared and installed.

Features

  • Dark background optimized for long coding sessions
  • Vibrant syntax highlighting with carefully chosen colors
  • Special styling for JavaScript/JSX, Markdown, and more
  • Distinct colors for operators, functions, classes, and variables

Enjoy!