Skip to content

Commit c8aa9c9

Browse files
committed
Placeholder items dark theme improvements
1 parent a1abc7f commit c8aa9c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeNav.Shared/Helpers/PlaceholderHelper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Microsoft.VisualStudio.Imaging;
44
using System.Collections.Generic;
55
using System.Windows.Media;
6+
using Microsoft.VisualStudio.PlatformUI;
67

78
namespace CodeNav.Helpers
89
{
@@ -32,7 +33,7 @@ private static List<CodeItem> CreateItem(string name, ImageMoniker moniker)
3233
Name = name,
3334
FullName = name,
3435
Id = name,
35-
ForegroundColor = Colors.Black,
36+
ForegroundColor = ColorHelper.ToMediaColor(EnvironmentColors.ToolWindowTextColorKey),
3637
BorderColor = Colors.DarkGray,
3738
Moniker = moniker,
3839
IsExpanded = true

0 commit comments

Comments
 (0)