Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/Internal/TextUI/OverviewFormatDefinitions.cs')
-rw-r--r--src/Text/Def/Internal/TextUI/OverviewFormatDefinitions.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Text/Def/Internal/TextUI/OverviewFormatDefinitions.cs b/src/Text/Def/Internal/TextUI/OverviewFormatDefinitions.cs
deleted file mode 100644
index 3cff2ac..0000000
--- a/src/Text/Def/Internal/TextUI/OverviewFormatDefinitions.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for license information.
-//
-// This file contain internal APIs that are subject to change without notice.
-// Use at your own risk.
-//
-namespace Microsoft.VisualStudio.Text.OverviewMargin
-{
- public static class OverviewFormatDefinitions
- {
- public const string ElisionColorName = "OverviewMarginCollapsedRegion";
- public const string OffScreenColorName = "OverviewMarginBackground";
- public const string VisibleColorName = "OverviewMarginVisible";
- public const string CaretColorName = "OverviewMarginCaret";
- }
-}