Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhmetglrq/memo-theme
https://github.com/mhmetglrq/memo-theme
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhmetglrq/memo-theme
- Owner: mhmetglrq
- License: mit
- Created: 2024-07-11T13:38:20.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-12T07:45:41.000Z (4 months ago)
- Last Synced: 2024-07-12T17:51:49.945Z (4 months ago)
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# TheBear Theme for Visual Studio Code
TheBear Theme is a sleek and minimalist theme for Visual Studio Code, designed to enhance your coding experience with clean visuals and a modern aesthetic.
## Features
- **Clean Design**: A minimalist approach to keep your workspace distraction-free.
- **Color Palette**: Shades of blue, grey, and white for a professional look.
- **Syntax Highlighting**: Enhanced readability with subtle yet distinct syntax highlighting.
- **Customizable**: Easily tweak the theme to fit your personal preferences.## Installation
1. Open **Visual Studio Code**.
2. Go to the **Extensions** view by clicking on the square icon in the sidebar or pressing `Ctrl+Shift+X`.
3. Search for `TheBear Theme`.
4. Click **Install**.## Activation
1. After installation, open the **Command Palette** with `Ctrl+Shift+P`.
2. Type `Preferences: Color Theme` and select `TheBear Theme` from the list.## Customization
To customize the theme:
1. Open the **Command Palette** with `Ctrl+Shift+P`.
2. Type `Preferences: Open Settings (JSON)`.
3. Add your custom settings, for example:
```json
"workbench.colorCustomizations": {
"editor.background": "#1e1e1e",
"editor.foreground": "#d4d4d4"
}
```## Feedback
We welcome your feedback and suggestions! If you encounter any issues or have ideas for improvements, please open an issue on our [GitHub repository](https://github.com/mhmetglrq/memo-theme).
## License
This project is licensed under the MIT License - see the [LICENSE](./Licence) file for details.
---
Thank you for choosing TheBear Theme! Happy coding!