File tree Expand file tree Collapse file tree 2 files changed +146
-2
lines changed Expand file tree Collapse file tree 2 files changed +146
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
---
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
3
3
description : Learn how to set the default Visual Studio color theme to dark mode and change font colors in the text editor.
4
4
ms.date : 08/20/2020
5
5
ms.topic : how-to
@@ -62,7 +62,7 @@ The default color theme for Visual Studio's user interface is called **Blue**. L
62
62
63
63
::: moniker-end
64
64
65
- ## Change text color
65
+ ## Change text colors in the editor
66
66
67
67
Now we'll customize some text colors for the editor. First, let's create a new XML file to see the default colors.
68
68
You can’t perform that action at this time.
0 commit comments