- Visual Studio Code
- Windows Terminal
- OpenCode ->
~/.config/opencode/themes/ - Notepad++ Markdown ->
%AppData%\Notepad++\userDefineLangs - Vim ->
~/.vim/colors/ - more...
- Icon
- Wallpaper ->
for Desktop & Mobile Phone - Wallpaper for E-ink ->
for Kindle & BOOX
| Palettes | Description | 描述 |
|---|---|---|
| Tropical Morninglight | fresh and golden light theme | 清亮柔和的淡金主题 |
| Tropical Daydream | graceful and paper-like light theme | 淡雅如纸的白昼主题 |
| Tropical Twilight | ethereal and deep blue dark theme | 空灵深邃的深蓝主题 |
| Tropical Nightmare | vibrant and juicy dark theme | 明艳饱满的暗夜主题 |
After install the above dependencies, run just to view available recipes.
The theme works best with the following settings:
monitor & display
- enable Eye Care Mode (or Night Shift) feature
- reduce the monitor's lightness
bold text rendering
disable the bold text rendering feature in your terminal
VSCode Integrated Terminal
{
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.fontWeightBold": "normal"
}Windows Terminal
{
"profiles": {
"defaults": {
"intenseTextStyle": "none"
}
}
}coding font
List of features
- dark palette
- light palette
- icon
- wallpaper
- VSCode theme
- Vim theme
- Terminal theme
- OpenCode theme
- dark variant palette
- light variant palette
- zed theme
- batcat theme
this project is licensed under the MIT License.
Inspired by and built upon
- iTerm2-Color-Schemes - Terminal color scheme collection
- GitHub VSCode Themes - GitHub's official VS Code theme
- Brogrammer Plus - Brogrammer theme variant
- Edditoria - Notepad++ markdown syntax highlighting support