Skip to content

taysatte/corduroy-theme-vscode

Repository files navigation

banner

screenshots

Installation 💻

Steps for installing the Corduroy Theme in Visual Studio Code:

  1. Search Corduroy in VS Code Extensions sidebar.
  2. Click Install.
  3. Open the Command Palette with CTRL+SHIFT+P (PC) or CMD+SHIFT+P (MAC).
  4. Apply Corduroy theme and enjoy the cozies! ☕️

Customize 🙇🏻

Steps for customizing the Corduroy Theme within the User Settings (JSON) file:

  1. Open the Command Palette with CTRL+SHIFT+P (PC) or CMD+SHIFT+P (MAC).
  2. Search Open User Settings (JSON).
  3. After choosing an option from below; copy and paste the code into your User Settings (JSON) file.
  4. Save the User Settings (JSON) file and your personalized theme will display! 🎉

Options ⌥

Borderless

The Corduroy Theme comes out-of-the-box with some of the editor borders enabled. For a more seamless look, you can hide them with the config below:

Corduroy

"workbench.colorCustomizations": {
        "sideBar.border": "#28242D",
        "panel.border": "#28242D"
    }

Corduroy Darker

"workbench.colorCustomizations": {
        "sideBar.border": "#221F25",
        "panel.border": "#221F25"
    }

Contributing 👨‍👩‍👧‍👦

Please report any issues/bugs and/or suggestions for improvements to the Corduroy Theme gitHub, thank you!

Release Notes / Change Log 📄

See the Change Log here.

License 🪪

MIT @ Taylor Sattenfield