Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eels/vscode-comfort-theme
A comforting VSCode dark theme. Made for me and for you (but mostly for me)
https://github.com/eels/vscode-comfort-theme
dark-theme palette visual-studio-code vscode vscode-theme
Last synced: 10 days ago
JSON representation
A comforting VSCode dark theme. Made for me and for you (but mostly for me)
- Host: GitHub
- URL: https://github.com/eels/vscode-comfort-theme
- Owner: eels
- License: mit
- Created: 2021-03-29T22:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T20:05:48.000Z (over 1 year ago)
- Last Synced: 2024-10-25T10:46:44.201Z (about 2 months ago)
- Topics: dark-theme, palette, visual-studio-code, vscode, vscode-theme
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=eels.vscode-comfort-theme
- Size: 155 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
:couch_and_lamp:
Comfort for Visual Studio Code
A comforting dark theme, for me and for you (but mostly for me)
code --install-extension eels.vscode-comfort-theme --force
## Installation
This theme is available on the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=eels.vscode-comfort-theme):
1. In Visual Studio Code, open the Command Palette (`ctrl(⌘) + shift + p`)
2. Enter **Install Extensions** in the search bar
3. Search for **Comfort Theme** in the extensions list
4. Locate and select the theme, then press installIf 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.
## Contributing
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!
1. Fork this repository and clone your own version
2. Create a new branch for any changes
3. Install the required dev dependencies (`yarn install`)
4. Open the **comfort** directory in Visual Studio Code
5. Run the dev command to watch for changes to the theme source files
6. View theme in an Extension Development Host (`ctrl(⌘) + shift + d` then `Launch Theme`)
7. Commit and push all changes to your branch
8. Submit a PR for review and discussion :tada:For more information about contributing to this project, see the [CONTRIBUTING.md](https://github.com/eels/vscode-comfort-theme/blob/main/.github/CONTRIBUTING.md) document.
## License
MIT - see the [LICENSE.md](https://github.com/eels/vscode-comfort-theme/blob/main/LICENSE.md) file for details