🛋️
Comfort for Visual Studio Code
code --install-extension eels.vscode-comfort-theme --force
This theme is available on the Visual Studio Code Marketplace:
- In Visual Studio Code, open the Command Palette (
ctrl(⌘) + shift + p
) - Enter Install Extensions in the search bar
- Search for Comfort Theme in the extensions list
- Locate and select the theme, then press install
If it doesn't do so automatically, to apply the theme press ctrl(⌘) + k
, then ctrl(⌘) + t
and choose Comfort, or one of its variants, from the theme selector.
I recently moved over from Atom to Visual Studio Code and during the process couldn't find a theme that felt like home.
There's a heap of VSC sections that I've never seen and a whole lot more programming languages that I don't use. If you find yourself using Comfort and would like to help out by making some improvements or fixing any bugs then feel free to submit a PR for discussion!
- Fork this repository and clone your own version
- Create a new branch for any changes
- Install the required dev dependencies (
yarn install
) - Open the comfort directory in Visual Studio Code
- Run the dev command to watch for changes to the theme source files
- View theme in an Extension Development Host (
ctrl(⌘) + shift + d
thenLaunch Theme
) - Commit and push all changes to your branch
- Submit a PR for review and discussion 🎉
For more information about contributing to this project, see the CONTRIBUTING.md document.
MIT - see the LICENSE.md file for details