From d668cf9c8ecc4559c8f4df31f7e9fe3842b31497 Mon Sep 17 00:00:00 2001 From: tusaeff Date: Mon, 22 Jun 2020 00:09:31 +0300 Subject: [PATCH] Added iTerm2 theme sync support --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e193ded..1cff8dc 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ftp-sync](#ftp-sync) - [Highlight JSX/HTML tags](#highlight-jsxhtml-tags) - [Indent Rainbow](#indent-rainbow) + - [iTerm2 Theme Sync](#iterm2-theme-sync) - [PlatformIO](#platformio) - [Polacode](#polacode) - [Quokka](#quokka) @@ -973,6 +974,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![indent-rainbow](https://raw.githubusercontent.com/oderwat/vscode-indent-rainbow/master/assets/example.png) +## [iTerm2 Theme Sync](https://marketplace.visualstudio.com/items?itemName=tusaeff.vscode-iterm2-theme-sync) + +> Syncs selected VSCode theme with iTerm2 color profile + +![iTerm2 Theme Sync](https://raw.githubusercontent.com/tusaeff/vscode-iterm2-theme-sync/master/screencast.gif) + ## [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio) > An open source ecosystem for IoT development: supports 350+ embedded boards, 20+ development platforms, 10+ frameworks. Arduino and ARM mbed compatible.