OLED EyeEase TriLang Theme
A true-black OLED-focused VS Code theme tuned to reduce eye strain for Python, JSON, and YAML.
Design Goals
- True black background (
#000000) to reduce glow on OLED panels.
- High contrast foreground for long coding sessions.
- Distinct key/value and structure colors for JSON and YAML.
- Clear Python-focused highlighting for decorators, keywords, and function/class symbols.
Use the Theme in VS Code
- Open this folder in VS Code.
- Press
F5 to launch an Extension Development Host.
- In the new window, open Command Palette.
- Run
Preferences: Color Theme.
- Select
OLED EyeEase TriLang.
Optional: Package as VSIX
Install vsce if needed:
npm install -g @vscode/vsce
Package the extension:
vsce package
Then install the generated .vsix in VS Code via:
- Extensions view
... menu
Install from VSIX...
Files
package.json: extension manifest and theme contribution
themes/oled-python-json-yaml-color-theme.json: color and token rules
.vscode/launch.json: debug config for local theme testing
| |