The dark themes are designed with enhanced readability to work well with monitors that have reduced brightness, while the light themes maintain a consistent color schema that complements the dark variants.
Here's how I use the themes:
🏢 Work
- System: Windows 11 dark mode
- Display: Monitor with reduced lightness for better eye care
Nightmarethemes for WSL applicationsTwilightthemes for Windows native applications
🏡 Home
- System: macOS light mode
- Display: Monitor with normal lightness for better display performance
Daydreamthemes for codingMorninglightthemes for note-taking
syntax highlighting
- Visual Studio Code
- Windows Terminal
- OpenCode ->
~/.config/opencode/themes/ - Notepad++ Markdown ->
%AppData%\Notepad++\userDefineLangs - Vim ->
~/.vim/colors/ - more...
artworks
- Icon
- Wallpaper ->
for Desktop & Mobile Phone - Wallpaper for E-ink ->
for Kindle & BOOX
color palettes
themes
| 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