Skip to content

Repository files navigation

✨ Lucent

A luminous VS Code theme where light weaves through code


"I never stopped weaving. I just changed the thread.
From polymer to pixel. From loom to loop."
Reyhaneh Daneshdoost (reyrove)


🌟 What is Lucent?

Lucent (meaning "glowing with light") is a VS Code theme inspired by textiles, generative art, and the poetry of luminous structures — with a soft, glowing twist. It's for textile engineers who code, creative coders who design, and anyone who treats code like a loom and light like thread.

This theme transforms your editor into a digital loom of light — where every line of code is a luminous thread, every function is a weaving pattern, and every program is a glowing fabric.


✨ Features

Feature Description
🔄 Spinning Wheel Cursor Smooth, animated cursor that feels like a spinning wheel
🧵 Luminous Texture Background Soft, glowing texture feel in the editor
📊 Thread Count Display Line numbers show your "thread count"
📐 Knitting Pattern Guides Rainbow bracket pairs like different yarn colors
🎨 Lucent Glow Palette Soft orange, cyan, purple, lime green, and gold

🎯 Why You'll Love It

  • Easy on the eyes — Soft, luminous colors reduce eye strain
  • Creative inspiration — Coding feels like weaving with light
  • Unique aesthetic — Stand out with luminous textile vibes
  • Educational — Learn color theory through glowing textiles
  • Calming — The soft glow creates a peaceful coding environment

🎨 Lucent Glow Palette

Color Hex Inspiration
🔥 Luminous Thread #FF6B35 Glowing orange warp yarn
💙 Lucent Indigo #00E5FF Electric cyan weft
💛 Golden Light #FFD700 Luminous silk thread
💜 Lucent Purple #FF00FF Glowing purple beads
💚 Lime Light #00FF66 Glowing shuttle
🌿 Soft Linen #F0E6D8 Soft, readable text

🧵 Textile Metaphors in Code

┌─────────────────────────────────────────────────────────────┐
│  Every line of code is a LUMINOUS THREAD.                 │
│  Every function is a WEAVING PATTERN.                    │
│  Every program is a GLOWING FABRIC.                      │
│  YOU are the textile engineer of the digital world.      │
└─────────────────────────────────────────────────────────────┘

📸 Preview

Syntax Highlighting

// 🧵 Weaving a glowing function
function weavePattern(threads, pattern) {
  // 💛 Golden light thread
  const fabric = "silk";
  let result = "";
  
  // 🔄 Loop like a spinning wheel
  for (let i = 0; i < threads.length; i++) {
    result += threads[i] + " woven ";
  }
  
  return result;
}

The Loom Experience

Element Color Vibe
Keywords #FF6B35 🔥 Luminous warp threads
Functions #00FF66 💚 Glowing shuttles
Strings #FFD700 💛 Golden light silk
Numbers #FF00FF 💜 Lucent beads
Brackets Rainbow 🌈 Different glowing yarn colors

🚀 Installation

Option 1: VS Code Marketplace (Recommended)

  1. Open VS Code
  2. Press Ctrl+Shift+X to open Extensions
  3. Search for "Lucent"
  4. Click Install

Option 2: Direct Link

Install from VS Code Marketplace

Option 3: GitHub Releases

  1. Go to Releases
  2. Download lucent-*.vsix
  3. In VS Code: Ctrl+Shift+P"Install from VSIX..."
  4. Select the downloaded file

Option 4: Command Line

code --install-extension reyrove.lucent

🎨 Customization

Want to tweak the colors? Open your VS Code settings.json and add:

{
  "workbench.colorCustomizations": {
    "editor.background": "#YOUR_COLOR_HERE",
    "editor.foreground": "#YOUR_COLOR_HERE"
  }
}

🧵 About the Creator

Reyhaneh Daneshdoost (reyrove) is a Computational Textile Designer — a textile engineer who fell into algorithms.

"I started as a textile engineer — threads, fibers, polymers, the physical poetry of woven structures. Then I fell into algorithms. JavaScript. p5.js. Generative art. Now I live where they collide: weaving logic into texture, and texture into logic."

  • 🎨 50+ generative art projects on fxhash, objkt, EditArt
  • 🧵 Real clothes printed from generative algorithms
  • 📚 Tutorials in English & Persian (including Fortran!)
  • 🛠️ Building AI tools for generative design

Connect with Reyrove:


📄 License

MIT © Reyhaneh Daneshdoost (reyrove)


🙏 Credits

  • Inspired by traditional weaving techniques
  • Lucent glow palette from light, electric threads, and natural dyes
  • Built with ❤️ for textile engineers who code

🌟 Support

⭐ If you love this theme, star the repo on GitHub!

Found a bug or have a suggestion? Open an issue


Enjoy the art of glowing code! ✨🧵🎨

"From polymer to pixel. From loom to loop."

Releases

Packages

Contributors