Dioximo is a carefully crafted Visual Studio Code color theme designed for comfortable long coding sessions. It offers balanced contrast, readable syntax colors, and subtle UI accents so your editor looks great and stays usable in both light and dark environments.
This repository contains the theme definition files used by the extension. Two variants are included:
- Dioximo Dark
- Dioximo Light
Repository: https://github.com/omisai-tech/dioximo
Extension identifier
- Publisher:
omisai - Name:
dioximo - Extension ID (Market place):
omisai.dioximo
Table of contents
- 1. Installation
- 2. Quick usage
- 3. Screenshots
- 4. Color palette & examples
- 5. Customization
- 6. Contributing
- 7. Sponsorship
- 8. License
Install from the Visual Studio Code Marketplace (recommended):
- Visit the marketplace page: https://marketplace.visualstudio.com/items?itemName=omisai.dioximo
- Click "Install".
Install with the command-line (VS Code must be on your PATH):
code --install-extension omisai.dioximoInstall from a local VSIX file:
code --install-extension dioximo<version_number>.vsixOr use the UI in VS Code: Extensions view → ... → "Install from VSIX..."
- Open Command Palette (Ctrl+Shift+P).
- Type "Color Theme" and choose "Preferences: Color Theme".
- Select either "Dioximo Dark" or "Dioximo Light".
The themes use a restrained palette focused on legibility and contrast. Typical mappings:
- Keywords: soft purple/blue
- Strings: warm orange
- Types / classes: medium teal
- Functions: bright blue
- Comments: muted gray (optionally italic)
Override theme colors and token colors using your user or workspace settings. Example overrides:
"workbench.colorCustomizations": {
"editor.background": "#0f1011"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic",
"foreground": "#6a737d"
}
}
]
}Contributions and feedback are welcome. When opening issues or PRs, please include:
- VS Code version
- Operating system
- Theme variant (Dark or Light)
- Screenshots where appropriate
If you'd like to sponsor ongoing development, visit our GitHub Sponsors page:
https://github.com/sponsors/omisai-tech
For general issues, open an issue on the repository.
This project is licensed under the terms found in the LICENSE file in the repository.


