A constomizable vscode theme, built on Deno and Radix Colors.
Gallery
Rust (mint)
TypeScript (indigo)
TypeScript React (plum)
Design Philosophy
Every color should be used purposively.
Flat UI make its space look larger.
Richer syntax highlight color is better.
Should be customizable.
Installation
Clone repository
gh repo clone SaiYs/Orion
Build with the command
deno task build
Then, orion.vsix is generated in the project's root.
Install VSIX file
code --install-extension orion.vsix
Alternatively, you can also choose Extensions: Install from VSIX... from
command palette in VSCode, and select orion.vsix to install.
Configuration
orion-vscode.accentColor
Pick your favorite color from the colorful palette by Radix Colors.
(default: "indigo")
orion-vscode.neutralGray
By default, saturated grayscale colors from Radix Colors are used. If you
prefer desaturated grayscale colors, you can disable it and use neutral gray
colors.
(default: false)
Language support
Rust
JavaScript
TypeScript
JavaScript React
TypeScript React
HTML
CSS
JSON
TOML
YAML
Markdown
Inspirated by
Orion is made from lots of inspiration by others' themes. Thanks for great
works.