A Visual Studio Code theme,
- ported from the Emacs one created by Nantas Nardelli,
- a higher contrast version of the popular zenburn theme created by Bozhidar Batsov.
- Rust
- Ocaml
with OCaml and Resaon IDE
- Coq
with VSCoq
- C/C++
- Python
- If you use Bracket Pair Colorizer 2, I suggest the color settings below:
{
"bracket-pair-colorizer-2.colors": [
"#dbc27e",
"#f5dfde",
"#b7cfc4",
],
}
Copyright (C)2020 Kyeongmin Cho
- Author: Kyeongmin Cho [email protected]
- URL: https:github.com/drzix/hc-zenburn-vscode
Version 0.1
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 https://www.gnu.org/licenses/.
-
Nantas Nardelli [email protected] 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
-
Bozhidar Batsov [email protected] 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