Skip to content

Commit

Permalink
Merge pull request #87 from kgh02017/bug-079-extension-manager
Browse files Browse the repository at this point in the history
Fix colors of Extension Manager UI (refresh) window.
(Fix #79)
  • Loading branch information
kgh02017 authored Mar 29, 2024
2 parents 78e83b1 + 4ec95de commit 358fe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StarrySky/StarrySky.vstheme
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@
<Background Type="CT_RAW" Source="FF656565" />
</Color>
<Color Name="PageBackground">
<Background Type="CT_RAW" Source="FF000000" />
<Background Type="CT_RAW" Source="FF14102C" />
</Color>
<Color Name="StatusBannerErrorBorder">
<Foreground Type="CT_RAW" Source="FFD53230" />
Expand Down Expand Up @@ -2929,7 +2929,7 @@
<Background Type="CT_RAW" Source="FF000000" />
</Color>
<Color Name="ClassDesignerCompartmentSeparator">
<Background Type="CT_RAW" Source="FFD2D2D2" />
<Background Type="CT_RAW" Source="FF605874" />
</Color>
<Color Name="ClassDesignerConnectionRouteBorder">
<Background Type="CT_RAW" Source="FF999999" />
Expand Down

0 comments on commit 358fe93

Please sign in to comment.