- Developing Multi:Platform Apps with Visual Studio Code
- Ovais Mehboob Ahmed Khan Khusro Habib Chris Dias
- 349字
- 2021-06-11 18:23:25
Visual adjustment extensions
VS Code extensions are divided into various categories. Themes is one of the categories that is commonly used by many developers to adjust the appearance and color of VS Code. This encourages all kinds of developers to choose the theme that suits them.
There are many themes that you can search for from the Extensions bar in VS Code; however, we will be discussing the following three themes in this section:
- Shades of Purple
- Linux Themes for VS Code
- C/C++ Themes
Shades of Purple
Shades of Purple is one of the most popular theme extensions that has more than 725K downloads. You can download it by searching for it in the Extensions bar and clicking Install.
You can set the theme by hitting the Set Color Theme option, as shown in the following screenshot:

Figure 2.10 – Installed and enabled Shades of Purple extension
Linux Themes for VS Code
Linux Themes for VS Code has a set of themes that provide a rich experience of GTK (gnome-tweak-tool) themes. It has more than 189K downloads. You can download it from the Extensions bar.
After installing it, you can use the Set Color Theme option to set the theme in your VS Code editor.
C/C++ Themes
VS Code supports a variety of platforms and languages. No matter what language or technology we use, VS Code can easily be used to write applications with a similar or even improved development experience compared to any other IDE or editor.
The C/C++ Themes extension is developed by Microsoft and provides a similar experience to what a developer gets when working on C++ editors. You can install it from the Extensions bar like the others.
Once it is installed, you can create a new C++ file and get a similar experience to that of a C++ editor:

Figure 2.11 – Writing C++ code after installing and enabling the C/C++ extension
With visual adjustment extensions, any developer of any platform can work with VS Code to develop applications and make the visual adjustments to match the overall look of VS Code as required.
- Java程序設計實戰教程
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Oracle Database In-Memory(架構與實踐)
- Flash CS6中文版應用教程(第三版)
- Yocto for Raspberry Pi
- Getting Started with Laravel 4
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- PHP編程基礎與實踐教程
- JSP程序設計與案例實戰(慕課版)
- 零基礎C#學習筆記
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- Mastering SciPy
- 數字媒體技術概論
- 快樂編程:青少年思維訓練
- Java Web開發教程:基于Struts2+Hibernate+Spring