LazyVscode Theme 🎨
A smooth and fancy Visual Studio Code theme with beautiful UI elements and smooth transitions.
Features ✨
- Fancy, smooth, and beautiful UI inspired by LazyVim [screenshot coming soon]
- Comic Sans as the default font for a unique coding experience [screenshot coming soon]
- Enable/disable beautiful shadow effect [screenshot coming soon]
- Fun pets: A bulging eyes cow [screenshot coming soon]
- Snow effect for a festive look [screenshot coming soon]
- Animated cursor trail [screenshot coming soon]
- Smooth cursor animation with customizable speed and easing [screenshot coming soon]
- Follow-cursor effect [screenshot coming soon]
Screenshots
[screenshot coming soon]
Installation 🚀
ext install lazyvscode-theme
Or install through the VS Code Marketplace.
Customization & Settings 🛠️
You can customize the theme and effects using the following settings in your settings.json
:
{
// Enable or disable the follow-cursor feature
"babyjazz.follow-cursor": true,
// Speed of the follow-cursor animation (ms)
"babyjazz.follow-cursor-speed": 15,
// Enable or disable the snow effect
"babyjazz.is-enable-snow": false,
// Enable or disable the cursor trail effect
"babyjazz.is-enable-cursor-trail": false,
// Duration of the cursor trail effect (ms)
"babyjazz.cursor-trail-duration": 1500,
// Enable or disable the pet: A BULGING EYES COW
"babyjazz.is-enable-pet-a-bulging-eyes-cow": false,
// Duration of the cursor smooth animation (ms)
"babyjazz.cursor-smooth-duration": 150,
// Easing function for cursor smooth animation
"babyjazz.cursor-smooth-easing": "ease-out"
}
Font Customization:
The extension will automatically read editor.fontFamily
, editor.fontWeight
, terminal.integrated.fontFamily
, and terminal.integrated.fontWeight
from your settings.json
. You can set these as you wish to override the defaults (such as Comic Sans):
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "500",
"terminal.integrated.fontFamily": "JetBrains Mono",
"terminal.integrated.fontWeight": "500"
}
⚠️ IMPORTANT: CURSOR SUPPORT ONLY
This extension is fully supported only on the Cursor application.
Some features may not work as expected in VS Code.
I plan to test and fix bugs in VS Code in the future.
Contributing 🤝
Issues and PRs are always welcome!
License 📝
MIT
Made with ❤️ by babyjazz
⭐ If you like this theme, don't forget to rate it!