Skip to content

Commit

Permalink
Fixed StartPage buttons colors
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanDmitriev1 committed May 2, 2024
1 parent d05875a commit 243fd66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CustomTheme.vstheme
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Themes>
<Theme Name="VisualAssistDark (63)" GUID="{7c635dcd-21bd-4a70-8ce5-ca8e655ef369}" BaseGUID="{1ded0138-47ce-435e-84ef-9ec1f439b749}">
<Theme Name="VisualAssistDark (74)" GUID="{4ac70bf2-657b-4200-a3dd-75d1d1adc8d9}" BaseGUID="{1ded0138-47ce-435e-84ef-9ec1f439b749}">
<Category Name="ACDCOverview" GUID="{c8887ac6-3c60-4209-9d69-8f4c12a60044}">
<Color Name="NumberedListItemActive">
<Background Type="CT_RAW" Source="FF2A2D2E" />
Expand Down Expand Up @@ -8155,16 +8155,16 @@
<Background Type="CT_RAW" Source="FF606060" />
</Color>
<Color Name="ActionButtonBackground">
<Background Type="CT_RAW" Source="FF252526" />
<Background Type="CT_RAW" Source="FF323232" />
</Color>
<Color Name="ActionButtonStroke">
<Background Type="CT_RAW" Source="FF252526" />
<Background Type="CT_RAW" Source="FF424242" />
</Color>
<Color Name="ActionButtonStrokeHover">
<Background Type="CT_RAW" Source="FF252526" />
<Background Type="CT_RAW" Source="FF007FD4" />
</Color>
<Color Name="WindowButton">
<Background Type="CT_RAW" Source="FF252526" />
<Background Type="CT_RAW" Source="FF323232" />
</Color>
<Color Name="HyperlinkHover">
<Background Type="CT_RAW" Source="FF3794FF" />
Expand All @@ -8182,7 +8182,7 @@
<Background Type="CT_RAW" Source="FF3C3C3C" />
</Color>
<Color Name="ActionButtonBackgroundActive">
<Background Type="CT_RAW" Source="FF221D46" />
<Background Type="CT_RAW" Source="FF094F7E" />
</Color>
<Color Name="ActionButtonStrokeActive">
<Background Type="CT_RAW" Source="FF999999" />
Expand Down

0 comments on commit 243fd66

Please sign in to comment.