Skip to content

Commit

Permalink
Revert "Remove unused code (dnSpy#1579)", closes #1580
Browse files Browse the repository at this point in the history
This reverts commit e349f76.
  • Loading branch information
wtfsck committed Sep 21, 2020
1 parent e349f76 commit 4aaccb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dnSpy/dnSpy/Themes/ColorInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,10 @@ static class ColorInfos {
DefaultForeground = "#FF444444",
ForegroundResourceKey = "EnvironmentToolWindowTabText",
},
new BrushColorInfo(ColorType.SearchBoxWatermark, "SearchBox Watermark") {
DefaultForeground = "#FF6D6D6D",
ForegroundResourceKey = "SearchBoxWatermarkForeground",
},
new BrushColorInfo(ColorType.MemoryWindowDisabled, "Memory Window Disabled") {
DefaultBackground = "#40000000",
BackgroundResourceKey = "MemoryWindowDisabled",
Expand Down
1 change: 1 addition & 0 deletions dnSpy/dnSpy/Themes/blue.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@
<color name="environmenttoolwindowtabselectedtab" bg="#FFFFFFFF" />
<color name="environmenttoolwindowtabselectedtext" fg="#FF000000" />
<color name="environmenttoolwindowtabtext" fg="#FFFFFFFF" />
<color name="searchboxwatermark" fg="#FF6D6D6D" />
<color name="memorywindowdisabled" bg="#40000000" />
<color name="treeviewnode" fg="#FF000000" />
<color name="environmentdropdownglyph" bg="#FF1B293E" />
Expand Down
1 change: 1 addition & 0 deletions dnSpy/dnSpy/Themes/dark.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@
<color name="environmenttoolwindowtabselectedtab" bg="#FF252526" />
<color name="environmenttoolwindowtabselectedtext" fg="#FF0097FB" />
<color name="environmenttoolwindowtabtext" fg="#FFD0D0D0" />
<color name="searchboxwatermark" fg="#FFA0A0A0" />
<color name="memorywindowdisabled" bg="#40FFFFFF" />
<color name="treeviewnode" fg="#F1F1F1" />
<color name="environmentdropdownglyph" bg="#FF999999" />
Expand Down
1 change: 1 addition & 0 deletions dnSpy/dnSpy/Themes/hc.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
<color name="environmenttoolwindowtabselectedtab" bg="#FF000000" />
<color name="environmenttoolwindowtabselectedtext" fg="#FFFFFFFF" />
<color name="environmenttoolwindowtabtext" fg="#FFFFFFFF" />
<color name="searchboxwatermark" fg="#FF00FF00" />
<color name="memorywindowdisabled" bg="#40FFFFFF" />
<color name="treeviewnode" fg="#FFFFFFFF" />
<color name="environmentdropdownglyph" bg="#FFFFFFFF" />
Expand Down

0 comments on commit 4aaccb6

Please sign in to comment.