#FF1493 VSCode Theme
#FF1493 color VSCode theme with light, dark, and high contrast modes.

Color Palette
Light
- Background:
#FFFFFF (White)
- Foreground:
#2C2C2C (Dark Gray)
- Primary Accent:
#FF1493
- Secondary:
#1976D2 (Blue)
- Success:
#4CAF50 (Green)
- Warning:
#F57C00 (Orange)
- Error:
#D32F2F (Red)
Dark
- Background:
#1E1E1E (Very Dark Gray)
- Foreground:
#E0E0E0 (Light Gray)
- Primary Accent:
#FF1493
- Secondary:
#64B5F6 (Light Blue)
- Success:
#81C784 (Light Green)
- Warning:
#FFB74D (Light Orange)
- Error:
#FF6B6B (Light Red)
High Contrast Light
- Background:
#FFFFFF (Pure White)
- Foreground:
#000000 (Pure Black)
- Primary Accent:
#FF1493
- Keywords:
#0099FF (Bright Blue)
- Strings:
#0099FF (Bright Blue)
- Comments:
#00AA00 (Bright Green)
- Numbers:
#FF8800 (Bright Orange)
- Errors:
#FF0000 (Bright Red)
High Contrast Dark
- Background:
#000000 (Pure Black)
- Foreground:
#FFFFFF (Pure White)
- Primary Accent:
#FF1493
- Cyan:
#00FFFF (Pure Cyan - Keywords)
- Yellow:
#FFFF00 (Pure Yellow - Numbers)
- Green:
#00FF00 (Pure Green - Comments)
- Red:
#FF0000 (Pure Red - Errors)
Customization
To customize this theme, edit the JSON files in the themes/ folder:
light.json - Light mode colors and token styles
dark.json - Dark mode colors and token styles
high-contrast-light.json - High contrast light colors and token styles
high-contrast.json - High contrast dark colors and token styles
After making changes, reload VSCode (Cmd+R on Mac, Ctrl+R on Windows/Linux).
Supported Languages
The theme includes optimized syntax highlighting for:
- JavaScript/TypeScript
- Python
- Java
- C#/.NET
- Go
- Rust
- SQL
- HTML/CSS
- JSON
- Markdown
- YAML
- Bash/Shell
And many more!
License
MIT License - Feel free to use and modify as needed.
| |