Skip to content

Commit 66ee4c1

Browse files
author
Brick George
authored
Remove Daytona
Remove remainder of Daytona references
1 parent 7763f42 commit 66ee4c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/extensibility/ux-guidelines/colors-and-styling-for-visual-studio.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Choose the method best suited to your UI elements.
5858
| You have custom UI that you want to be consistent with the overall VS environment and you have UI elements that match the category and semantic meaning of the shared tokens. | **Common shared colors** | Existing predefined color token names for specific UI elements |
5959
| You have an individual feature or group of features and there is no shared color for similar elements. | **Custom colors** | Color token names that are specific to an area and not meant to be shared with other UI |
6060
| You want to allow the end user to customize UI or content (for example, for text editors or specialized designer windows). | **End-user customization**<br /><br />**(Tools &gt; Options dialog)** | Settings defined in the "Fonts and Colors" page of the **Tools &gt; Options** dialog or a specialized page specific to one UI feature. |
61-
| You have UI that is authored in HTML. | **Daytona** | Allows UI authored in HTML to access the color and font service. |
6261

6362
### Visual Studio themes
6463
Visual Studio features three different color themes: light, dark, and blue. It also detects High Contrast mode, which is a system-wide color theme designed for accessibility.
@@ -88,9 +87,6 @@ Sometimes, you will want to allow the end user to customize your UI, like when y
8887

8988
![Tools &gt; Options dialog](../../extensibility/ux-guidelines/media/0301-a_toolsoptionsdialog.png "0301-a_ToolsOptionsDialog")<br />Tools &gt; Options dialog
9089

91-
### Web UI colors
92-
It is becoming common to author UI components using HTML so that they can be used both in Visual Studio Online and within Visual Studio. UI written in HTML must still use the VSColor service when running inside the Visual Studio environment. For information about Daytona and how to use it, see [Daytona and web UI](../../extensibility/ux-guidelines/colors-and-styling-for-visual-studio.md#BKMK_DaytonaAndWebUI).
93-
9490
## <a name="BKMK_TheVSColorService"></a> The VSColor Service
9591
Visual Studio provides an environment color service, also called the VSColor service or the shell color service. This service allows you to bind the color values of your UI elements to a name-value color set containing colors for each theme. The VSColor service must be used for all UI elements, so that colors automatically change to reflect the current user-selected theme, and so that UI bound to the environment color service will integrate with new themes in future versions of Visual Studio.
9692

0 commit comments

Comments
 (0)