@@ -61,6 +61,35 @@ Enhanced version with special brightness effects
6161- Enhanced function and string highlighting
6262- Maximum visual impact (simulated glow via brightness)
6363
64+ ## 📸 Screenshots
65+
66+ <table >
67+ <tr >
68+ <td align="center" width="50%">
69+ <img src="./assets/silkcircuit-vscode-neon.png" alt="SilkCircuit Neon in VSCode" width="100%" />
70+ <br/>
71+ <sub><b>Neon</b> — maximum intensity</sub>
72+ </td>
73+ <td align="center" width="50%">
74+ <img src="./assets/silkcircuit-vscode-vibrant.png" alt="SilkCircuit Vibrant in VSCode" width="100%" />
75+ <br/>
76+ <sub><b>Vibrant</b> — 85% intensity</sub>
77+ </td>
78+ </tr >
79+ <tr >
80+ <td align="center" width="50%">
81+ <img src="./assets/silkcircuit-vscode-soft.png" alt="SilkCircuit Soft in VSCode" width="100%" />
82+ <br/>
83+ <sub><b>Soft</b> — gentle 70%</sub>
84+ </td>
85+ <td align="center" width="50%">
86+ <img src="./assets/silkcircuit-vscode-glow.png" alt="SilkCircuit Glow in VSCode" width="100%" />
87+ <br/>
88+ <sub><b>Glow</b> — ultra‑dark with enhanced brightness</sub>
89+ </td>
90+ </tr >
91+ </table >
92+
6493## 📁 Files
6594
6695- ` silkcircuit-neon.json ` - Main theme file
@@ -186,22 +215,43 @@ For full control, create a VSCode extension that:
186215
187216## 🌃 Complete Environment Setup
188217
189- SilkCircuit extends beyond VSCode with matching themes for your entire development environment:
190-
191- ### 💻 Available Integrations
192-
193- - ** 🎨 Neovim** - [ silkcircuit-nvim] ( https://github.com/hyperb1iss/silkcircuit-nvim ) - Complete Neovim theme with 40+ plugin integrations
194- - ** ⚡ Git Configuration** - Electric colors with conventional commit highlighting
195- - ** 🖥️ Terminal Themes** - Alacritty, Kitty, Warp, Windows Terminal, iTerm2
196- - ** 🌌 AstroNvim Integration** - Complete setup with enhanced components
197- - ** 📊 System Tools** - Macchina theme for system info display
218+ SilkCircuit is a full ecosystem—editor, terminal, system tools, and even your browser—designed to feel cohesive everywhere.
219+
220+ ### 💻 Ecosystem at a glance
221+
222+ - ** Editor themes**
223+ - ** Neovim** : Full theme with 40+ plugin integrations · repo: < https://github.com/hyperb1iss/silkcircuit-nvim >
224+ - Integrations live in ` lua/silkcircuit/integrations/ `
225+ - ** Lualine** : ` lua/lualine/themes/silkcircuit.lua ` + sample config ` extras/lualine-config.lua `
226+ - ** Terminals**
227+ - ** Alacritty** : ` extras/alacritty.yml `
228+ - ** Kitty** : ` extras/kitty.conf `
229+ - ** Warp** : ` extras/warp.yaml `
230+ - ** Windows Terminal** : ` extras/windows-terminal.json `
231+ - ** CLI & Git**
232+ - ** fzf** theme: ` extras/fzf.sh `
233+ - ** gitconfig** with electric accents: ` extras/gitconfig `
234+ - ** System tools**
235+ - ** btop** themes: ` extras/btop/silkcircuit_{glow,neon,soft,vibrant}.theme `
236+ - ** macchina** : ` extras/macchina/silkcircuit.toml `
237+ - ** Browsers & Apps**
238+ - ** Chrome DevTools + Chrome pages** : ` extras/chrome-theme/ ` (see ` extras/chrome-theme/README.md ` )
239+ - ** Slack** : ` extras/slack-theme.txt `
240+ - ** Astronvim**
241+ - Turn‑key setup in ` extras/astronvim/ ` with ` community.lua ` and tailored plugins
242+ - ** Avante.nvim**
243+ - Prompt/theme config: ` extras/avante-config.lua `
244+
245+ All cross‑platform extras live in ` extras/ ` . See ` extras/README.md ` for install notes and screenshots.
246+
247+ ### 🚀 Quick start
198248
199249``` bash
200250# Get the complete SilkCircuit experience
201251git clone https://github.com/hyperb1iss/silkcircuit-nvim.git
202252cd silkcircuit-nvim/extras
203253
204- # See .. /README.md for detailed setup instructions
254+ # See ./README.md in this directory for detailed setup instructions per integration
205255```
206256
207257## 🔧 Troubleshooting
0 commit comments