diff --git a/README.md b/README.md index f64f98e..e5884eb 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Intellij IDEA](#migrating-from-intellij-idea) - [Lint and IntelliSense](#lint-and-intellisense) - [1C](#1c) + - [Bash](#bash) - [C++](#c) - [C#](#c) - [CSS](#css) - [Go](#go) - [Haskell](#haskell) + - [Shell](#shell) - [Java](#java) - [JavaScript](#javascript) - [Typescript](#typescript) @@ -125,6 +127,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitHub Theme by Thomas Pink](#github-theme-by-thomas-pink) - [Material Palenight Theme by whizkydee](#material-palenight-theme-by-whizkydee) - [Material Theme by Mattia Astorino](#material-theme-by-mattia-astorino) + - [Mno by u29dc](#mno-by-u29dc) - [Night Owl by Sarah Drasner](#night-owl-by-sarah-drasner) - [Plastic by Will Stone](#plastic-by-will-stone) - [Nord by arcticicestudio](#nord-by-arcticicestudio) @@ -214,6 +217,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ![1C-Syntax](https://cloud.githubusercontent.com/assets/1132840/13007621/9e730984-d1a2-11e5-8ff5-8f7945421184.PNG) +## Bash + +- [Bash IDE](https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode) + ## C++ - [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://www.microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details @@ -254,6 +261,9 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## Haskell - [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) +## Shell + +- [autocomplate-shell](https://marketplace.visualstudio.com/items?itemName=truman.autocomplate-shell) ## Java @@ -847,6 +857,14 @@ The most epic theme now for Visual Studio Code. +### [Mno by u29dc](https://vscodethemes.com/e/u29dc.mno) + +Minimal monochrome theme. + + + + + ### [Night Owl by Sarah Drasner](https://vscodethemes.com/e/sdras.night-owl) A VS Code theme for the night owls out there. Works well in the daytime, too, but this theme is fine-tuned for those of us who like to code late into the night. Color choices have taken into consideration what is accessible to people with colorblindness and in low-light circumstances. Decisions were also based on meaningful contrast for reading comprehension and for optimal razzle dazzle. ✨ diff --git a/themes/screenshots/u29dc.mno.png b/themes/screenshots/u29dc.mno.png new file mode 100644 index 0000000..e42f2e6 Binary files /dev/null and b/themes/screenshots/u29dc.mno.png differ