Installation 💻
Steps for installing the Corduroy Theme in Visual Studio Code:
- Search
Corduroy in VS Code Extensions sidebar.
- Click Install.
- Open the
Command Palette with CTRL+SHIFT+P (PC) or CMD+SHIFT+P (MAC).
- Apply
Corduroy theme and enjoy the cozies! ☕️
Customize 🙇🏻
Steps for customizing the Corduroy Theme within the User Settings (JSON) file:
- Open the
Command Palette with CTRL+SHIFT+P (PC) or CMD+SHIFT+P (MAC).
- Search
Open User Settings (JSON) .
- After choosing an option from below;
copy and paste the code into your User Settings (JSON) file.
- 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
| |