Murad AMOLED

A minimal AMOLED black theme for Visual Studio Code & Cursor — pure #000000 UI with vivid GitHub Dark–inspired syntax colors.
Publisher: mozaddedalfeshani · Theme: Murad AMOLED · Extension ID: mozaddedalfeshani.murad-amoled
Preview
Editor background: [#000000](https://github.com/AbabilX/nodextheme/issues/000000)
Accent / focus: #40F0FF (Nilkantha cyan)
Keywords: #ff7b72
Functions: #C084FC (violet)
Strings: #A8F5FF
Comments: #64748B (italic, Nilkantha) · #6E7681 (other themes)
Included themes
| Theme |
Style |
| Murad Andhokar |
AMOLED + jade |
| Murad Amoled Yellow Era |
AMOLED + lemon yellow |
| Murad Nilkantha |
AMOLED + cyan / violet |
| Murad Alokito |
Light mint-white jade |
True black chrome · OLED-friendly · high-contrast syntax
Features
- Pure AMOLED black (
#000000) editor and workbench
- On update, clears leftover Nilkantha bird wallpaper settings from older installs
- Vivid syntax highlighting inspired by GitHub Dark
- Semantic highlighting enabled
- Tuned UI tokens (sidebar, tabs, status bar, terminal, debug)
- Works on VS Code and Cursor
- Cross-platform one-liner install (macOS · Linux · WSL · Windows)
Installation
1. Marketplace (recommended)
- Open Extensions (
Cmd/Ctrl+Shift+X)
- Search Murad AMOLED
- Click Install
- Activate:
Cmd/Ctrl+K then Cmd/Ctrl+T → Murad AMOLED
Direct link: marketplace.visualstudio.com/items?itemName=mozaddedalfeshani.murad-amoled
2. One command from GitHub
Downloads the latest .vsix Release and installs into VS Code.
macOS / Linux / WSL / Git Bash
curl -fsSL https://raw.githubusercontent.com/AbabilX/nodextheme/main/install.sh | bash
Windows (PowerShell)
irm https://raw.githubusercontent.com/AbabilX/nodextheme/main/install.ps1 | iex
Target Cursor / both editors
# Cursor only
curl -fsSL https://raw.githubusercontent.com/AbabilX/nodextheme/main/install.sh | bash -s -- --cursor
# VS Code + Cursor
curl -fsSL https://raw.githubusercontent.com/AbabilX/nodextheme/main/install.sh | bash -s -- --all
# Windows — save then run
irm https://raw.githubusercontent.com/AbabilX/nodextheme/main/install.ps1 -OutFile install.ps1
.\install.ps1 -Target cursor # or: -Target all
Requirements
- A GitHub Release with a
.vsix asset
- Editor CLI on PATH:
- macOS:
Cmd+Shift+P → Shell Command: Install 'code' command in PATH
- Windows:
Ctrl+Shift+P → Shell Command: Install 'code' command in PATH
- Linux: follow VS Code CLI docs
After install: Developer: Reload Window → Color Theme → Murad AMOLED
3. Install a downloaded .vsix
Quick scripts (from this repo)
./install.sh --vscode ./murad-amoled.vsix
.\install.ps1 -Target vscode -VsixPath .\murad-amoled.vsix
UI
- Extensions →
⋯ → Install from VSIX…
- Select
murad-amoled.vsix
- Color Theme → Murad AMOLED
CLI
code --install-extension murad-amoled.vsix --force
# Cursor:
cursor --install-extension murad-amoled.vsix --force
4. Build from source
pnpm install
pnpm install:vscode # package + install into VS Code
pnpm install:cursor # package + install into Cursor
Or press F5 to launch the Extension Development Host and pick Murad AMOLED.
Activate the theme
| Action |
Shortcut |
| Color Theme picker |
Cmd/Ctrl+K then Cmd/Ctrl+T |
| Command Palette |
Cmd/Ctrl+Shift+P → Preferences: Color Theme |
| Reload window |
Cmd/Ctrl+Shift+P → Developer: Reload Window |
Develop / tweak colors
- Edit a file under
themes/ (e.g. murad-nilkantha-color-theme.json)
- Rebuild & reinstall:
pnpm install:vscode
- Reload the window to preview
Useful scripts
| Script |
What it does |
pnpm package |
Build murad-amoled.vsix |
pnpm install:vscode |
Build + install into VS Code |
pnpm install:cursor |
Build + install into Cursor |
pnpm publish |
Publish to VS Marketplace |
Ship a GitHub Release (for curl / irm install)
pnpm package
# GitHub → Releases → New release → upload murad-amoled.vsix (+ install.sh already on main)
Screenshots
| Editor |
Sidebar |
Terminal |
| Add screenshot |
Add screenshot |
Add screenshot |
Project layout
├── package.json
├── extension.js # one-time cleanup of leftover bird bg settings
├── themes/
│ ├── murad-andhokar-color-theme.json
│ ├── amoled-yellow-era-color-theme.json
│ ├── murad-nilkantha-color-theme.json
│ └── murad-alokito-color-theme.json
├── images/
│ └── icon.png
├── install.sh # macOS / Linux / WSL / Git Bash
├── install.ps1 # Windows PowerShell
├── README.md
├── CHANGELOG.md
└── LICENSE
Credits
- Inspired by GitHub Dark and AMOLED black themes
- Color & token palette from the original Muradian AMOLED theme
License
MIT © mozaddedalfeshani