Dioximo
A carefully crafted Visual Studio Code color theme designed for comfortable long coding sessions.
Dioximo — A Visual Studio Code Color Theme
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 (Marketplace):
omisai.dioximo
Installation
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.dioximo
Install from a local VSIX file:
code --install-extension dioximo<version_number>.vsix
Or use the UI in VS Code: Extensions view → ... → "Install from VSIX..."
Quick usage
- Open Command Palette (Ctrl+Shift+P).
- Type "Color Theme" and choose "Preferences: Color Theme".
- Select either "Dioximo Dark" or "Dioximo Light".
Color palette & examples
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)
Customization
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"
}
}
]
}
Contributing
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
Sponsorship
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.
License
This project is licensed under the terms found in the LICENSE file in the repository.