This repository was created to store all my custom Visual Studio Code configurations, including exclusive themes organized by dark and light styles, as well as configuration templates. Perfect for anyone looking to personalize and optimize their development environment.
- Custom configurations: Adjust VSCode to meet your needs with practical and optimized settings.
- Organized themes: Exclusive themes organized by dark and light styles.
- Base templates and settings: Ready-to-use JSON files for inspiration and customization.
VSCode-JSON
├── keybinds/
│ └── binds.json # Custom keyboard shortcuts
├── themes/
│ ├── darks/ # Dark themes
│ │ ├── github-theme.json
│ │ ├── is-orange-theme.json
│ │ ├── lazy-blue-theme.json
│ │ ├── ocean-blue-theme-colors.json
│ │ ├── ocean-purple-theme-colors.json
│ │ ├── ocean-red-theme-colors.json
│ │ ├── ray-theme.json
│ │ └── true-orange.json
│ ├── lights/ # Light themes
│ │ └── (future light themes go here)
│ └── templates/
│ └── base-theme-configs.json # Base templates for creating themes
├── all-settings.json # All VSCode settings
├── pint.json # Formatting settings (Pint, etc.)
└── README.md # This file
- GitHub Theme: A theme inspired by the GitHub editor, perfect for simplicity and contrast.
- Is Orange: A vibrant theme with orange tones.
- Lazy Blue: A relaxing blue theme for long coding sessions.
- Ocean Themes: A collection of themes with variations in blue, purple, and red.
- Ray Theme: A unique and visually productive approach.
- True Orange: An orange-optimized theme for high readability.
- (Future light themes will be added here.)
- The file
base-theme-configs.json
serves as a starting point for those who want to create their own themes.
The binds.json
file contains custom shortcuts for increased productivity. Simply copy it to your VSCode settings directory.
The all-settings.json
file includes all my custom configurations. Use it as a reference or copy it directly to your environment.
Contributions are welcome! If you have suggestions or improvements, open a pull request or issue.
If you liked this repository, leave a star 🌟 and share it with your friends!