WeSearch

I built my own VS Code theme from scratch because nothing felt right at 2am

·3 min read · 0 reactions · 0 comments · 14 views
#vscode#webdev#opensource#productivity#coding
I built my own VS Code theme from scratch because nothing felt right at 2am
⚡ TL;DR · AI summary

Vinay Kumar created a custom VS Code theme called Aura Dark after feeling dissatisfied with existing options during a late-night coding session. The theme features a warm dark background and distinct colors for various syntax elements, designed to reduce eye strain during long coding sessions. Aura Dark supports over 35 programming languages with dedicated rules for each, aiming to enhance the coding experience.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3934365) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Vinay Kumar Posted on May 16 I built my own VS Code theme from scratch because nothing felt right at 2am #productivity #webdev #vscode #opensource It was 2am. I was deep in a coding session and my theme just looked… off. I'd tried everything — One Dark Pro, Dracula, Tokyo Night, Catppuccin. All great themes. None of them felt mine. So instead of sleeping like a normal person, I built my own. 😭 The Story Behind It 🌙 I remember the exact night I decided to build this.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)