Skip to content

illianyamandu/vscode-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Configurations and Themes 🎨

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.


🌟 Overview

  • 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.

📁 Repository Structure

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

Available Themes

🎨 Available Themes

🌑 Dark Themes

  1. GitHub Theme: A theme inspired by the GitHub editor, perfect for simplicity and contrast.
  2. Is Orange: A vibrant theme with orange tones.
  3. Lazy Blue: A relaxing blue theme for long coding sessions.
  4. Ocean Themes: A collection of themes with variations in blue, purple, and red.
  5. Ray Theme: A unique and visually productive approach.
  6. True Orange: An orange-optimized theme for high readability.

☀️ Light Themes

  • (Future light themes will be added here.)

🛠️ Templates

  • The file base-theme-configs.json serves as a starting point for those who want to create their own themes.

⚙️ Configurations

Keybinds

The binds.json file contains custom shortcuts for increased productivity. Simply copy it to your VSCode settings directory.

General Settings

The all-settings.json file includes all my custom configurations. Use it as a reference or copy it directly to your environment.


You're welcome

🤝 Contributions

Contributions are welcome! If you have suggestions or improvements, open a pull request or issue.

⭐ Acknowledgments

If you liked this repository, leave a star 🌟 and share it with your friends!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages