Ann's Poetic Themes
A collection of Visual Studio Code themes inspired by the poetic and dark elegance of Ann Demeulemeester's design philosophy.
🎨 Themes
Ann's Poetic Dark
A sophisticated dark theme with rich syntax highlighting and subtle color variations. Features warm flesh tones, muted accents, and poetic contrasts for an immersive coding experience.
Features:
- Rich, detailed syntax highlighting for multiple languages
- Warm color palette with flesh tones and muted accents
- Custom title bar and UI styling
- Enhanced readability with carefully crafted contrasts
Ann's Poetic Dark Modern
A minimalist modern variant with cleaner contrasts and simplified color scheme. Perfect for those who prefer a more understated aesthetic.
Features:
- Clean, minimal syntax highlighting
- Simplified color palette with focused accents
- Reduced visual complexity
- Modern, streamlined appearance
🖼️ Screenshots
Ann's Poetic Dark
Ann's Poetic Dark

Ann's Poetic Dark Modern

Ann's Poetic Dark Modern
✨ Design Philosophy
Both themes embrace the dark, romantic elegance of Ann Demeulemeester's world:
- Poetic Contrasts: Subtle hierarchy through carefully crafted shades
- Elegant Minimalism: Every color serves a purpose
- Reduced Eye Strain: Muted, low-saturation colors for long coding sessions
- Brand-Inspired: Colors inspired by Ann Demeulemeester's signature aesthetic
🚀 Installation
- Open the Extensions sidebar in VSCode (
Ctrl+Shift+X
or Cmd+Shift+X
)
- Search for "Ann's Poetic Themes"
- Click Install
- Open Command Palette with
Ctrl+Shift+P
or Cmd+Shift+P
- Select "Preferences: Color Theme"
- Choose either "Ann's Poetic Dark" or "Ann's Poetic Dark Modern"
🎯 Recommended Settings
For the best experience, add these to your settings.json
:
{
"workbench.colorTheme": "Ann's Poetic Dark",
"window.titleBarStyle": "custom",
"editor.fontFamily": "'Cascadia Code', 'Fira Code', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 1.5
}