Skip to content

Commit 878e8e0

Browse files
authored
Merge pull request #5761 from MicrosoftDocs/master637336286576414632
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents ecbf463 + b0a56e0 commit 878e8e0

File tree

2 files changed

+146
-2
lines changed

2 files changed

+146
-2
lines changed

.whatsnew.json

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
3+
"docSetProductName": "Visual Studio",
4+
"rootDirectory": "docs/",
5+
"docLinkSettings": {
6+
"linkFormat": "relative",
7+
"relativeLinkPrefix": "/visualstudio/"
8+
},
9+
"inclusionCriteria": {
10+
"additionalMicrosoftOrgs": [
11+
"ASP.NET"
12+
],
13+
"labels": [
14+
"-label:do-not-merge"
15+
],
16+
"minAdditionsToFile": 30
17+
},
18+
"areas": [
19+
{
20+
"name": "ai",
21+
"heading": "AI"
22+
},
23+
{
24+
"name": "azure",
25+
"heading": "Azure"
26+
},
27+
{
28+
"name": "code-quality",
29+
"heading": "Code quality"
30+
},
31+
{
32+
"name": "containers",
33+
"heading": "Containers"
34+
},
35+
{
36+
"name": "cross-platform",
37+
"heading": "Cross platform"
38+
},
39+
{
40+
"name": "data-tools",
41+
"heading": "Data tools"
42+
},
43+
{
44+
"name": "debugger",
45+
"heading": "Debugger"
46+
},
47+
{
48+
"name": "deployment",
49+
"heading": "Deployment"
50+
},
51+
{
52+
"name": "designers",
53+
"heading": "Designers"
54+
},
55+
{
56+
"name": "extensibility",
57+
"heading": "Extensibility"
58+
},
59+
{
60+
"name": "get-started",
61+
"heading": "Get started"
62+
},
63+
{
64+
"name": "help-viewer",
65+
"heading": "Help viewer"
66+
},
67+
{
68+
"name": "ide",
69+
"heading": "IDE"
70+
},
71+
{
72+
"name": "install",
73+
"heading": "Install"
74+
},
75+
{
76+
"name": "javascript",
77+
"heading": "JavaScript"
78+
},
79+
{
80+
"name": "media",
81+
"heading": "Media"
82+
},
83+
{
84+
"name": "misc",
85+
"heading": "Misc"
86+
},
87+
{
88+
"name": "modeling",
89+
"heading": "Modeling"
90+
},
91+
{
92+
"name": "msbuild",
93+
"heading": "MSBuild"
94+
},
95+
{
96+
"name": "porting",
97+
"heading": "Porting"
98+
},
99+
{
100+
"name": "profiling",
101+
"heading": "Profiling"
102+
},
103+
{
104+
"name": "python",
105+
"heading": "Python"
106+
},
107+
{
108+
"name": "rtvs",
109+
"heading": "RTVS"
110+
},
111+
{
112+
"name": "sharepoint",
113+
"heading": "SharePoint"
114+
},
115+
{
116+
"name": "test",
117+
"heading": "Test"
118+
},
119+
{
120+
"name": "vs-2015",
121+
"heading": "VS 2015"
122+
},
123+
{
124+
"name": "vsto",
125+
"heading": "Vsto"
126+
},
127+
{
128+
"name": "windows",
129+
"heading": "Windows"
130+
},
131+
{
132+
"name": "workflow-designer",
133+
"heading": "Workflow designer"
134+
},
135+
{
136+
"name": "xaml-tools",
137+
"heading": "XAML tools"
138+
},
139+
{
140+
"name": "xml-tools",
141+
"heading": "XML tools"
142+
}
143+
]
144+
}

docs/ide/quickstart-personalize-the-ide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use the dark theme and to change the text color in Visual Studio
2+
title: How to use the dark theme and change the text color in the editor
33
description: Learn how to set the default Visual Studio color theme to dark mode and change font colors in the text editor.
44
ms.date: 08/20/2020
55
ms.topic: how-to
@@ -62,7 +62,7 @@ The default color theme for Visual Studio's user interface is called **Blue**. L
6262
6363
::: moniker-end
6464

65-
## Change text color
65+
## Change text colors in the editor
6666

6767
Now we'll customize some text colors for the editor. First, let's create a new XML file to see the default colors.
6868

0 commit comments

Comments
 (0)