SShortSingh.
Back to feed

Grimicorn Neon brings high-contrast dark mode to same 14-tool theme pipeline

0
·1 views

Developer Dan Holloran has released Grimicorn Neon, a high-saturation dark counterpart to his original muted Grimicorn color theme. Both themes share an identical role-based color architecture, where blue, green, and error roles retain their semantic meaning but are assigned far more vivid values in the Neon variant. Because all 14 tool ports — including VS Code, JetBrains, Obsidian, and tmux — are generated from a single palette file, producing the new variant required changing only eight color values. Neon uses a near-black background ranging from near-pure black to dark gray, which allows saturated accents to appear to glow without competing with the base. Holloran notes the theme is intentionally framed as an opt-in mood rather than a daily driver, acknowledging that maximum-contrast text can cause eye fatigue during long sessions.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Why AI Agent Limits Are a Chance to Sharpen Your Engineering Skills

Running multiple AI agents simultaneously can feel powerful, but users quickly encounter hard limits in the form of token quotas, costs, and wait times that halt progress entirely. When agents go idle, developers are left with idle time that the author argues is better spent on reflection than on reflexively buying more tokens. The article draws a parallel between mentoring junior human colleagues and actively reviewing and questioning the decisions made by AI agents, treating the interaction as a two-way learning process. Engaging critically with an agent's output — asking it to explain its reasoning — is presented as a practical way to build the deeper engineering mindset that makes someone a more effective AI collaborator. The core message is that human judgment, skill-building, and deliberate review remain the most efficient optimizers of time, money, and token usage.

0
ProgrammingDEV Community ·

How to Build a Production-Grade Authentication System Using NestJS

A developer has shared a guide on constructing a robust, production-ready authentication system using the NestJS framework. The project covers key security practices essential for real-world applications. The accompanying source code has been made publicly available on GitHub for developers to reference and use. The repository, hosted under the username PeaceMelodi, is titled 'secure-authentication-api'. The resource targets developers looking to implement reliable authentication in their NestJS projects.

0
ProgrammingDEV Community ·

Solo founders should choose alert tools based on required action, not habit

A solo SaaS founder initially defaulted to Slack for real-time alerts due to familiarity from past jobs. After reconsidering, they adopted a new mental model: the right notification tool should be chosen based on what action the alert will trigger, not personal preference. The key principle they settled on is that if you cannot define a clear action to take after receiving a notification, it does not need to be real-time. The founder also noted that a daily digest is often more informative than dozens of individual pings throughout the day. They are still implementing this approach for their own SaaS but consider the framework itself well established.

0
ProgrammingDEV Community ·

Developer Builds PocketDex Tracker to Manage Pokemon TCG Pocket Collections

A developer has released PocketDex Tracker, a web app designed to help Pokemon TCG Pocket players manage and track their card collections. Built with Next.js App Router, React 19, and Supabase, the app lets users mark cards as owned or missing, monitor set completion progress, and search by name, rarity, or type. Supabase handles authentication and a Postgres database with row-level security, ensuring each user's collection data remains private. The app also features a pack recommendation engine that calculates expected pull odds based on cards a user still needs. The project is live on Vercel and open-sourced on GitHub under the repository mwiginton/pocketdex-tracker.

Grimicorn Neon brings high-contrast dark mode to same 14-tool theme pipeline · ShortSingh