Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyeongmincho/hc-zenburn-vscode
🌘A Higher Contrast Version of the Popular Zenburn Theme for Visual Studio Code
https://github.com/kyeongmincho/hc-zenburn-vscode
coq emacs ocaml rust vscode vscode-theme zenburn-theme zenburn-vscode
Last synced: 2 months ago
JSON representation
🌘A Higher Contrast Version of the Popular Zenburn Theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/kyeongmincho/hc-zenburn-vscode
- Owner: kyeongmincho
- License: gpl-3.0
- Created: 2020-02-14T22:29:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T08:45:05.000Z (almost 4 years ago)
- Last Synced: 2023-08-06T15:22:21.743Z (over 1 year ago)
- Topics: coq, emacs, ocaml, rust, vscode, vscode-theme, zenburn-theme, zenburn-vscode
- Homepage: https://marketplace.visualstudio.com/items?itemName=drzix.hc-zenburn-vscode
- Size: 2.07 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Higher Contrast Zenburn
A Visual Studio Code theme,
- ported from the Emacs one created by [Nantas Nardelli](https://github.com/edran/hc-zenburn-emacs),
- a higher contrast version of the popular zenburn theme created by [Bozhidar Batsov](https://github.com/bbatsov/zenburn-emacs).## Language Support *(intended)*
### **Rust** *with [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer)*
![rust](images/rust.png)
### **Ocaml** *with [OCaml and Resaon IDE](https://github.com/freebroccolo/vscode-reasonml.git)*
![ocaml](images/ocaml.png)
### **Coq** *with [VSCoq](https://github.com/coq-community/vscoq.git)*
![coq](images/coq.png)
### **C/C++**
![cpp](images/cpp.png)
### **Python**
![python](images/python.png)
## License
Copyright (C)2020 Kyeongmin Cho
- Author: Kyeongmin Cho
- URL: [https:github.com/drzix/hc-zenburn-vscode](https:github.com/drzix/hc-zenburn-vscode)Version 0.3
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .## Credits
- Nantas Nardelli created the High Contrast
Zenburn theme for emacs, which was a higher contrast version of the emacs Zenburn theme made by Bozhidar Batsov. His repository can be found at: [https://github.com/edran/hc-zenburn-emacs](https://github.com/edran/hc-zenburn-emacs)- Bozhidar Batsov created the Zenburn theme
for emacs, which was a port of the vim theme made by Jani Nurminen.
His repository can be found at: [https://github.com/bbatsov/zenburn-emacs](https://github.com/bbatsov/zenburn-emacs)