Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Rose Colored Glasses ThemeNew to Visual Studio Code? Get it now.
Rose Colored Glasses Theme

Rose Colored Glasses Theme

Neka Blair

|
269 installs
| (0) | Free
The Rose Colored Glasses Theme is a warm and elegant VS Code color scheme inspired by soft pink hues and delicate pastel tones, creating a comforting and inviting workspace. This theme balances gentle contrasts to enhance readability while infusing a touch of optimism into your coding experience.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🌹 Rose Colored Glasses Theme 🌟

Welcome to the Rose Colored Glasses Theme! This light, pastel-inspired Visual Studio Code theme brings a soft, rose-gold aesthetic to your coding environment, designed to be both visually appealing and easy on the eyes. ✨

📖 Features

  • Soft Rose Gold Base: A gentle, light-colored background for a calming coding experience.
  • Pastel Highlights: Carefully chosen complimentary pastel colors for keywords, strings, and other syntax elements.
  • Stylish Fonts: Includes support for cursive fonts for keywords and italicized comments for added style.
  • Customizable: Works beautifully with fonts like Fira Code or Cascadia Code.

🚀 Installation

  1. Clone the Repository:
    Download the theme files from the repository:

    git clone https://github.com/nekablair/rose-colored-glasses-theme.git
    
  2. Locate the .vscode Directory:

    • Open Visual Studio Code.
    • Go to File -> Preferences -> Settings (or press Ctrl+, / Cmd+,).
    • Click on the Extensions tab.
  3. Install the Theme:

    • Copy the rose-colored-glasses-theme directory into your VS Code theme folder.
    • Restart VS Code.
  4. Activate the Theme:

    • Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette.
    • Type and select Preferences: Color Theme.
    • Choose Rose Colored Glasses Theme from the list.

✨ Customizing Fonts

To enhance the theme with fonts like Fira Code or Cascadia Code:

  1. Open the settings.json file:

    • Press Ctrl+Shift+P (or Cmd+Shift+P on macOS).
    • Search for and select Preferences: Open Settings (JSON).
  2. Add the following configurations:

    For Fira Code:

    {
      "editor.fontFamily": "'Fira Code', monospace",
      "editor.fontLigatures": true
    }
    

    For Cascadia Code in the terminal:

    {
      "terminal.integrated.fontFamily": "'Cascadia Code', monospace",
      "terminal.integrated.fontLigatures": true
    }
    

🛠️ Issues and Feedback

If you find any issues or have suggestions to improve this theme, feel free to open an issue on the GitHub repository. We’d love to hear your feedback! 🐞


❤️ Contributing

We welcome contributions to make this theme even better! Please fork the repository and submit a pull request with your enhancements.


🌸 Enjoy the Theme!

Thank you for using the Rose Colored Glasses Theme! 🌹
Happy coding! 💻✨


Let me know if you need help adjusting anything! 😊

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft