Dark-Arui
中文文档
Black enough
Dark-Arui is a dark theme designed for long coding sessions, featuring a unified deep black background to create an immersive development experience. The updated syntax palette feels lighter and brighter: high-frequency variables stay close to white, keywords use cyan, strings and comments use green tones, and red is mostly reserved for errors and deleted content.

🎨 Color Scheme
Primary Colors
- Background:
#0a0a0a - Deep Black
- Text:
#f1f2e6 - Warm White
Syntax Highlighting
- Variables:
#f1f2e6 - Warm white, calm for high-frequency code
- Strings:
#9be564 - Bright Lime
- Keywords:
#5ccfe6 - Soft Cyan
- Functions:
#67d8ef - Soft Blue-Cyan
- Methods:
#67d8ef - Soft Blue-Cyan
- Numbers/Constants:
#ffd166 - Bright Amber
- Types/Classes/Decorators:
#c792ea - Violet, used for mid-frequency structure
- Object Keys/Properties:
#a7c7ff - Soft Bright Blue, distinct from string green
- HTML/CSS Attributes:
#b7f774 - Light Yellow-Green
- Parameters:
#b8dcae - Clearer Soft Green
- Tags/Markdown Headings:
#5ccfe6 - Soft Cyan
- Operators/Punctuation:
#8fb3c7 - Low-stimulation Blue Gray
- Comments:
#b8c8b880 - Half-transparent Pale Gray Green, subtle but easier to read
Status Colors
- Error:
#ff6b7a - Soft Red, reserved for errors/deletions
- Warning:
#ffd166 - Amber
- Info:
#8aadff - Periwinkle
📦 Installation
Install from VS Code Marketplace
- Open VS Code
- Press
Cmd+Shift+X (macOS) or Ctrl+Shift+X (Windows/Linux) to open Extensions panel
- Search for "Dark-Arui"
- Click Install
Manual Installation
Get the Extension
You can obtain the .vsix file in two ways:
Direct Download
Download the appropriate version directly from the release page on GitHub.
Build from Source
- Install
vsce via npm install -g vsce
- Clone this repository and run
vsce package in the root directory
- The
dark-arui-0.0.1.vsix file will be generated in the root directory
Manual Installation - Method 1
- Open VS Code
- Press
Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux)
- Type "Extensions: Install from VSIX..."
- Select the target
.vsix file
Manual Installation - Method 2
- Check if the
code command (for managing VS Code) exists: code --version
- If not, open VS Code and use the shortcut to open the Extensions panel:
- macOS:
Cmd+Shift+X
- Windows/Linux:
Ctrl+Shift+X
- In the Extensions panel, execute:
Shell Command: Install 'code' command in PATH, then check again if the code command exists
- Install the
.vsix file as an extension via code: code --install-extension dark-arui-0.0.1.vsix
🚀 Usage
- After installing the theme, press
Cmd+K Cmd+T (macOS) or Ctrl+K Ctrl+T (Windows/Linux)
- Select "Dark-Arui" from the list
Or via settings:
{
"workbench.colorTheme": "Dark-Arui"
}
🤝 Feedback & Contribution
If you have any suggestions or find issues, feel free to:
- Submit an Issue
- Create a Pull Request
- Share your experience
Enjoy coding in the dark! 🌙
📄 License
Copyright 2024-2025 Emotion Machine (Beijing) Technology Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.