A carefully crafted light theme for Visual Studio Code, inspired by the renowned Modus Themes for Emacs. Modus Operandi provides exceptional readability and meets the highest accessibility standards (WCAG AAA).
Features
🎨 Carefully selected colors with optimal contrast ratios
👀 Reduced eye strain for long coding sessions
♿ WCAG AAA compliance for accessibility
🎯 Semantic highlighting optimized for clarity
Screenshots
[Place your screenshots here]
Installation
Open VS Code
Press ⌘P to open the Quick Open dialog
Type ext install modus-operandi
Click install
Applying the theme
Click the gear icon in the lower left corner
Click "Color Theme"
Select "Modus Operandi" from the list
Customization
You can override the theme colors in your settings.json:
{
"workbench.colorCustomizations": {
"[Modus Operandi]": {
// Your customizations here
}
}
}