Dynamic Rainbow Theme
An extension that animates VS Code UI colors with a dynamic rainbow effect.
Usage
- Open this project in VS Code.
- Run
npm install.
- Press
F5 to launch the Extension Development Host.
- In the new window, run these commands from the Command Palette:
Rainbow: Start
Rainbow: Stop
Rainbow: Set Fixed Bar Color (set top/middle/bottom bar colors)
Rainbow: Set Dynamic Speed (lower value = faster animation)
Notes
- A light base theme (for example,
Light+) usually makes the rainbow effect more visible.
- Top/middle/bottom bars can use fixed colors independently.
- Text-related UI accents (cursor, active line number, and links) remain dynamic.
- The extension works by updating
workbench.colorCustomizations.
| |