Akira is a dark theme for Visual Studio Code, inspired by Cursor's Anysphere and the Mhammed Talhaouy theme.
Installation
Option 1 - Marketplace
Search for "Akira" or videmelo.akira in the Visual Studio Code Marketplace and install it directly.
Option 2 - Manual / Local
Open Visual Studio Code.
To test locally without packaging, copy the project folder into the VS Code extensions directory (for example: %USERPROFILE%\.vscode\extensions\akira-theme) and restart VS Code.
Or package it as a .vsix and install:
# Install the packaging tool (if needed)
npm install -g vsce
# Package the theme (run from the project root)
vsce package
# Install the generated .vsix
code --install-extension .\\akira-0.0.1.vsix
Usage
After installation, open the Command Palette (F1) Preferences: Color Theme select Akira.