A gaming theme for Visual Studio Code. Port of gaming.vim.
Start gaming mode: Start gradient animationStop gaming mode: Stop gradient animationReset gaming mode: Reset color configuration
This extension contributes the following settings:
gaming.period: The gradient color cycle in milliseconds (defaults:10000)gaming.updateTime: The updating interval in milliseconds (defaults:50)gaming.targets: The colorization targets inworkbench.colorCustomizationsnamespace (defaults:["editor.background"])
- Added reset command
- Added
gaming.targetsoption instead ofgaming.target - Improved color reproducibility
- Initial release
- Open this project with Visual Studio Code:
code .- Press
F5to open a new window with this extension loaded. - Run the command from the command palette by pressing (
Ctrl+Shift+PorCmd+Shift+Pon Mac) and typinggaming mode.
npm test