Theme customization in Visual Studio easier

Sometimes the default theme Visual Studio is not enough. Fortunately, we have just redesigned the process to create and import custom themes.

One of the only way to import the theme is to download the old Color Theme Editor extension. If you are brave enough to create your own theme, you have a list of unorganized fuzzy name from one of more than 3,000 color-coded elements one by one editor.

This summer, a group of interns to develop a new release of the Color Theme Designer expansion, we hope to beginners and advanced designers create custom themes easier.

Experience a new topic

Now, finding and using new themes is as simple as downloading any other extension. Simply check Visual Studio Marketplace in new theme categories, you can download themes other users have posted.

For theme designers, the new Color Theme Designer has a more familiar workflow and simplified design start.

We are launching "quick start" function by selecting the three primary colors, you can create a custom theme in minutes. For more specific custom redesign of the "common elements" and "all elements" tab allows you to edit all individually color-coded. The new "preview" mode allows you to save and apply the theme before complete real-time view and edit content. Your final product will be a Visual Studio extension, which your theme and Tools -> Options default under the theme together .

Let us create a theme!

1. Set Theme Project

如果您已准备好开始制作第一个主题(或主题包!),请下载Color Theme Designer并在Visual Studio中创建一个新的“VSTheme项目”。

新项目将包含一个空的.vstheme文件。打开文件将提示您选择基本主题。

您选择的基本主题将使用您稍后可以自定义的颜色标记填充主题文件。

2.开始定制

只有15分钟?

在“快速启动”中,您可以选择三种颜色,这些颜色将生成完整的阴影调色板,用于设置主题中的大部分颜色。微缩预览显示颜色通常在Visual Studio中的显示方式。

想深入潜水吗?

“共同元素”大约有100种最常编辑的颜色标记,分为五大类。在每行标记旁边,更改颜色时会更新代码段预览。

“所有元素”显示列表中的每个可编辑颜色标记,可以按类别或颜色值进行分组。右键单击标记可让您选择修改选区的色调,饱和度和亮度。如果找不到要查找的令牌,请尝试使用十六进制值或令牌名称中的关键字进行过滤。

如果您要将其他主题文件添加到项目中,请右键单击添加 - >新项 - > VSTheme文件

在自定义主题时尝试单击“预览”,以查看您的编辑暂时应用于整个IDE!

3.安装主题

完成自定义主题后,如果您想立即开始使用,请单击“应用”。您的主题将显示在默认Visual Studio主题旁边的“颜色主题”下拉列表中的“工具” - >“选项” - >“常规”下。要删除主题,请转到“管理扩展”对话框,然后像其他任何扩展一样卸载它。

否则,构建您的主题项目并找到。项目输出目录('bin'文件夹)中的.vsix文件,用于安装主题扩展。使用.vsix文件与朋友分享您的主题或将其发布到Visual Studio Marketplace!

在结束时

您如何看待新的色彩主题设计师?您希望将来包含哪些功能?请在下面的评论中告诉我们您的想法。

我们希望您能够下载新扩展并开始制作自己的颜色主题,但如果没有,请查看Visual Studio市场以下载其他用户制作的主题

Guess you like

Origin www.cnblogs.com/bisslot/p/11319713.html