Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.38 KB

editor-themes.md

File metadata and controls

32 lines (24 loc) · 1.38 KB
title author ms.author ms.date ms.topic ms.assetid
Editor Themes
asb3993
amburns
04/14/2017
article
4C1B7952-CD45-4132-AD6B-01CF993D83F8

Editor themes

Editor themes can be changed to any of the ten color schemes provided by default in Visual Studio for Mac via the Visual Studio > Preferences... > Text Editor > Color Themes menu options:

Color Theme Selection

Adding new themes

New color themes can be added, provided they are in one of the supported formats. These are:

  • Visual Studio (.vssettings)
  • Xamarin Studio (.json)
  • TextMate (.tmTheme)

There are many resources provided online that will allow you to create your theme and produce a file in the supported format. There are also many galleries online that will provide free access to Visual Studio and TextMate themes.

Once you have found or created a new theme and downloaded it to your local machine, add it by doing the following:

  1. Select the Add button on the Color Themes Option dialog:
    Color Theme Add
  2. Browse for the theme on your local machine and press Open.
  3. This adds the theme to the bottom of the pre-installed list of themes. To preview it, select it. This will update your editor in the background: Color Theme Preview
  4. To apply it, press the Okay button.