Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Pax CodeNew to Visual Studio Code? Get it now.
Pax Code

Pax Code

Pax97

|
10 installs
| (1) | Free
A beautiful dark theme and keyboard shortcuts reference panel for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pax Code

Pax Code Logo

A beautiful dark theme and keyboard shortcuts reference panel for VS Code

VS Marketplace Version Installs License


✨ Features

🎨 Dark Themes

Pax Code comes with two carefully crafted dark themes:

  • Night Theme - A comfortable dark theme with balanced contrast
  • Night Theme Vivid - A more vibrant version with enhanced colors

Both themes feature:

  • Semantic highlighting support
  • Optimized syntax colors for multiple languages
  • Easy on the eyes for long coding sessions

⌨️ Hotkeys Reference Panel

Never forget your keyboard shortcuts again! Pax Code adds a Hotkeys panel to your Activity Bar that displays an organized list of useful keyboard shortcuts.

  • 📁 Grouped by Category - Font/Zoom, Editor Tabs, Explorer, Terminal, Selection/Editing
  • 🔍 Quick Reference - See hotkey combinations at a glance
  • ⚡ Auto-load - Hotkeys are automatically loaded when VS Code starts

📦 Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X / Ctrl+Shift+X)
  3. Search for "Pax Code"
  4. Click Install

From VSIX File

code --install-extension pax-code-x.x.x.vsix

🚀 Usage

Activating the Theme

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Type "Color Theme"
  3. Select Preferences: Color Theme
  4. Choose Night Theme or Night Theme Vivid

Using Hotkeys Panel

  1. Click on the Hotkeys icon in the Activity Bar (left sidebar)
  2. Expand categories to see available shortcuts

📋 Hotkey Categories

Category Description
Font / Zoom Zoom in/out, font size controls
Editor Tabs & Groups Tab navigation, split editors
Explorer / Sidebar File navigation, sidebar controls
Terminal Terminal focus and management
Selection / Editing Column selection, line operations

⚙️ Configuration

Custom Hotkeys

You can customize the hotkeys displayed in the panel by modifying the hotkeys.json file in the extension directory.

Each hotkey entry supports:

{
  "group": "Category Name",
  "label": "Action Description",
  "key": "cmd+shift+p",
  "command": "workbench.action.showCommands"
}

🛠️ Development

Prerequisites

  • Node.js 20+
  • Yarn or npm

Setup

# Clone the repository
git clone https://github.com/sanglq/pax-code.git
cd pax-code

# Install dependencies
yarn install

# Compile
yarn compile

# Watch mode
yarn watch

Building VSIX

# Package the extension
yarn package
npx vsce package

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ by sanglq

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