Skip to content

Sandeep007-Stack/Stack-Glow-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackGlow Theme

StackGlow Theme is a clean, elegant VS Code theme pack built for developers who code every day and care about focus, readability, and comfort.

Variants

  • StackGlow Dark: Deep contrast with cool glow accents for focused daily use.
  • StackGlow Soft: Lower-contrast, warmer dark theme for late-night sessions.
  • StackGlow Light: Bright, minimal interface for daylight and office-friendly setups.

Preview

Preview artwork is included in the repository under images/.

  • images/preview-dark.svg
  • images/preview-soft.svg
  • images/preview-light.svg

For VS Code Marketplace packaging, the README avoids embedded SVG images because vsce blocks them.

Why StackGlow

  • Balanced contrast to reduce visual fatigue during long coding sessions.
  • Clear syntax hierarchy so keywords, functions, strings, and types are easy to scan.
  • Consistent workbench colors across editor, sidebar, terminal, and panels.
  • Three variants in one extension so you can switch by mood, lighting, or environment.

Color Philosophy

Role Dark / Soft Light
Background #0D1117 / #11161D #F7FAFC
Surface #161B22 / #1A2028 #EAF0F7
Keyword Accent #BC8CFF #7C4DFF
Function Accent #58A6FF #1565C0
String Accent #3FB950 #2E7D32
Number Accent #FF7B72 #C75B12
Type Accent #79C0FF #007C91

Install

VS Code Marketplace

Search for StackGlow Theme in the Extensions panel.

Command Line

code --install-extension stackdevlife.stackglow-theme

Activate

  1. Open the Command Palette.
  2. Run Preferences: Color Theme.
  3. Select StackGlow Dark, StackGlow Soft, or StackGlow Light.

Supported Languages

The theme is designed to work especially well with:

  • JavaScript
  • TypeScript
  • TSX / JSX
  • JSON
  • HTML
  • CSS / SCSS
  • Markdown
  • Python
  • Go
  • Rust

Local Development

code .

Then press F5 to open an Extension Development Host and test the themes locally.

Packaging

npm install -g @vscode/vsce
vsce package

To publish:

vsce publish

Website Launch Copy

Recommended product page:

  • URL: https://www.stackdevlife.com/tools/stackglow-theme
  • Install command: code --install-extension stackdevlife.stackglow-theme
  • GitHub: https://github.com/Sandeep007-Stack/stackglow-theme

Suggested page sections:

  • Hero with theme positioning line
  • Theme comparison cards
  • Preview gallery
  • Install button
  • GitHub link
  • Color palette
  • Future roadmap

Future Upgrades

  • Icon theme
  • Cursor style pack
  • Font pairing recommendations
  • Web theme customizer
  • Exportable JSON presets
  • Premium theme bundles

License

MIT

About

Stack Glow Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors