Skip to content

Commit

Permalink
Remove unused code (dnSpy#1579)
Browse files Browse the repository at this point in the history
* Update hc.dntheme

* Update blue.dntheme

* Update dark.dntheme

* Update ColorType.cs

* Update ColorInfos.cs

* Update ColorType.cs
  • Loading branch information
Symbai authored Sep 15, 2020
1 parent 7cafc33 commit e349f76
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dnSpy/dnSpy/Themes/ColorInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1775,10 +1775,6 @@ 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: 0 additions & 1 deletion dnSpy/dnSpy/Themes/blue.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@
<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: 0 additions & 1 deletion dnSpy/dnSpy/Themes/dark.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@
<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: 0 additions & 1 deletion dnSpy/dnSpy/Themes/hc.dntheme
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@
<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 e349f76

Please sign in to comment.