Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)