Skip to content

Commit

Permalink
Fix colors of Extension Manager UI (refresh) window
Browse files Browse the repository at this point in the history
This patch fixes some colors of Extension Manager UI (refresh)
window to match the theme.

Signed-off-by: Taku Izumi <[email protected]>
  • Loading branch information
kgh02017 committed Mar 29, 2024
1 parent 78e83b1 commit 4ec95de
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 4ec95de

Please sign in to comment.