🇳🇵 Nepali Theme for VS Code
Nepali Theme is a clean, modern, and royal Visual Studio Code color theme inspired by Nepali identity and crafted for long, focused coding sessions.
It balances clarity, calm tones, and bold accents to help developers write better code with confidence.
🎨 Color Philosophy
Nepali Theme is built around a purposeful palette:
- #feffff – Clean canvas for maximum readability
- #2596be – Calm blue for focus and reduced eye strain
- #dc0c39 – Royal red for highlights, errors, and important accents
Together, they create a theme that feels professional, calm, and powerful.
✨ Features
- Clean and distraction-free UI
- Excellent contrast for long coding sessions
- Carefully styled syntax highlighting
- Clear distinction between keywords, strings, functions, and comments
- Pleasant for both day and night usage
🧑💻 Supported Languages
Optimized and tested with:
- JavaScript / TypeScript
- React / JSX / TSX
- HTML & CSS
- JSON
- Markdown
(Works beautifully with most languages supported by VS Code.)
📸 Preview
Screenshots coming soon
Add screenshots here to greatly increase installs.
🚀 Installation
- Open Visual Studio Code
- Go to Extensions (
Ctrl + Shift + X)
- Search for Nepali Theme
- Click Install
- Open Command Palette (
Ctrl + Shift + P)
- Select Preferences: Color Theme
- Choose Nepali Theme
⚙️ Recommended Settings (Optional)
For the best experience:
{
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontLigatures": true,
"editor.cursorBlinking": "smooth",
"workbench.colorTheme": "Nepali Theme"
}