Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryskram/codel
A Theme For A Coded Life
https://github.com/cryskram/codel
Last synced: about 2 months ago
JSON representation
A Theme For A Coded Life
- Host: GitHub
- URL: https://github.com/cryskram/codel
- Owner: cryskram
- License: mit
- Created: 2021-04-19T10:21:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T03:25:04.000Z (over 3 years ago)
- Last Synced: 2024-04-20T13:02:46.118Z (9 months ago)
- Size: 2.49 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.txt
Awesome Lists containing this project
README
# CODEL
![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/GNVageesh.codel)
## A Theme For Coded Life - By GNVageesh
This is my very first Visual Studio Code Theme. Inspiration taken from all the themes i used.
**But wasn't Happy or didn't stick to one particular theme. If it is the same in your case then have this theme in your Coded Life**### Settings to have
I have used A font called VectorMono, an alternative to OperatorMono. Get it from [here](https://rubjo.github.io/victor-mono/) and finally install it.
Then add the following lines of code to the `settings.json` file```
{
"editor.fontFamily": "'Victor Mono'",
"editor.fontLigatures": true,
}
```### Preview
- Complete look and feel
![CODE](previews/overall.png)
- JavaScript
![CODE](previews/js.png)
- CSS
![CODE](previews/css.png)
- JAVA
![CODE](previews/Java.png)
- Python
![CODE](previews/python.png)
- Flutter/Dart
![CODE](previews/flutter.png)
- JSON
![CODE](previews/json.png)
- C/C++
![CODE](previews/c.png)
- MarkDown
![CODE](previews/md.png)
### ChangeLog
_*v1.1.3*_ - String Color ReChange
_*v1.1.2*_ - Style Change Release
_*v1.1.1*_ - Minor Release
_*v1.1.0*_ - Preview change Release
_*v1.0.0*_ - Initial Release
### License
Refer to the license file [here](License.txt)