ArtLab Theme
Font | Monaspace by Github
File Icons | Catppuccin
Product Icons | Carbon
Inspiration | Vitesse + Catppuccin
ArtLab is a cross-platform theme that blends the clarity of Vitesse (by antfu) with the cozy palettes of Catppuccin. Available for VS Code, Home Assistant, Zed, and Ghostty.
Match with System
// .vscode/setting.json
{
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "ArtLab Light",
"workbench.preferredDarkColorTheme": "ArtLab Dark",
}
VS Code
Install from the Visual Studio Marketplace.
Home Assistant
Via HACS (recommended)
- Open HACS → Frontend → Menu (⋮) → Custom repositories
- Add
https://github.com/arthurdanjou/theme-artlab with category Theme
- Click Download on the ArtLab card
- Go to your Home Assistant Profile → select ArtLab in the theme dropdown
Manual
Copy themes/artlab.yaml to your Home Assistant themes/ directory, then reload themes and select ArtLab in your profile settings.
Zed
Copy zed/artlab.json to your Zed themes directory (~/.config/zed/themes/).
Ghostty
Copy the theme files from ghostty/ to your Ghostty config directory, then set:
theme = artlab-dark
# or
theme = artlab-light
Links
vitesse - one of the main inspirations.
catppuccin - palette inspiration.
Thanks
Thanks to Vitesse and Catppuccin for the inspiration.
Special thanks to Bubble for the Home Assistant theme structure.
License
MIT - Copyright (c) 2026 Arthur Danjou