Shohan Theme

A modern, clean theme for VS Code with multiple color variants and integrated animations.
Features
Multiple Theme Variants: Choose from 3 carefully crafted themes:
- Shohan Dark (default): A sleek dark theme with modern purple accents
- Shohan Light: Clean light theme for daytime coding
- Shohan Ocean: Dark blue theme inspired by the deep ocean
Built-in Animations: Enjoy smooth cursor and UI animations for a more pleasant coding experience
Background Image: Subtle background image for a touch of personality
Clean and Modern UI: Carefully designed color scheme for optimal readability and reduced eye strain
Font Recommendations: Works great with programming fonts like Operator Mono, Cascadia Code, and Fira Code
Installation
Install from VS Code Marketplace:
Set the theme:
- Open the Command Palette (
Ctrl+Shift+P
or Cmd+Shift+P
)
- Type
Preferences: Color Theme
- Select one of the Shohan Theme variants
Recommended Settings
For the best experience, add these settings to your settings.json
:
{
"editor.fontFamily": "Operator Mono, Cascadia Code, Fira Code",
"editor.fontSize": 18,
"editor.lineHeight": 1.8,
"editor.fontLigatures": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"workbench.sideBar.location": "right",
"terminal.integrated.fontSize": 16
}
Automatic Extension Installation
When you install Shohan Theme, the following extensions will be automatically installed to enhance your experience:
- VS Code Animations: Provides smooth animations for a more pleasant experience
- Background: Enables subtle background image support
- Custom UI Style: Allows for deeper UI customizations
Customization
Customize the theme through the extension settings:
shohanTheme.enableAnimations
: Enable/disable animations
shohanTheme.enableBackgroundImage
: Enable/disable the background image
shohanTheme.backgroundOpacity
: Control the opacity of the background image (0.01-0.2)
Contributing
Found a bug or have a suggestion? Please open an issue on GitHub.
License
This theme is licensed under the MIT License.