73nko Theme
A sophisticated VS Code theme collection featuring an elegant purple and pink aesthetic
The 73nko Theme is a carefully crafted dual-variant color scheme that brings warmth and sophistication to your coding environment. Designed with developer productivity and visual comfort in mind, this theme features a rich palette of purples, pinks, and complementary colors that reduce eye strain while maintaining excellent code readability.
✨ Theme Variants
🌙 73nko Dark
A deep, immersive dark theme perfect for extended coding sessions. Features:
- Deep purple background (
#1f0a32
) for reduced eye strain in low-light environments
- Warm pink accents (
#e299bb
) for syntax highlighting and UI elements
- Excellent contrast ratios for optimal readability
- Subtle gradients and color transitions for a modern, polished look
☀️ 73nko Light
A bright, clean light theme ideal for daytime work. Features:
- Soft lavender background (
#f5f2f7
) that's easy on the eyes
- Rich purple syntax highlighting for clear code distinction
- Balanced contrast that works well in bright environments
- Consistent color language with the dark variant for seamless switching
🎨 Design Philosophy
This theme emphasizes:
- Visual Harmony: Carefully selected colors that work together beautifully
- Developer Focus: Syntax highlighting that enhances code comprehension
- Accessibility: High contrast ratios and colorblind-friendly palette
- Consistency: Unified design language across both light and dark variants
- Modern Aesthetics: Clean, contemporary styling that doesn't distract from your code
Color Palette
#210a31
- Deep purple (background)
#dc91a4
- Light pink
#975d90
- Medium purple
#624a8c
- Purple blue
#859eca
- Light blue
#663269
- Dark purple
#472f71
- Medium dark purple
#ddd5e2
- Light lavender
#da3e49
- Red
#be5e7d
- Rose
#ca3e5a
- Pink red
#c0bedf
- Pale purple
#e0726f
- Coral
#6b5578
- Gray purple
#8695ab
- Blue gray
Installation
Copy this folder to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS:
~/.vscode/extensions
- Linux:
~/.vscode/extensions
Restart VS Code
Open Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
)
Type "Preferences: Color Theme" and select it
Choose either:
73nko Dark
for the dark variant
73nko Light
for the light variant
Development
To package this theme for distribution:
npm install -g vsce
vsce package
This will create a .vsix
file that can be installed in VS Code.
📄 License
This project is licensed under the MIT License - see the LICENSE.md file for details.