Skip to content

Commit

Permalink
Fixed peek background color
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGUN02 committed Dec 27, 2021
1 parent 8323767 commit 8bd21b6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Ayu-TrueMirage/Ayu-TrueMirage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="ayu-truemirage.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
6 changes: 3 additions & 3 deletions Ayu-TrueMirage/CustomTheme.vstheme
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Themes>
<Theme Name="Ayu-TrueMirage (2)" GUID="{6c9f4804-dec2-4c23-834b-e39b90805179}" BaseGUID="{11b75b0d-1178-4133-9539-e580bcb4a816}">
<Theme Name="Ayu-TrueMirage" GUID="{30a33ee0-56ae-46db-9901-1e3b94a8ea99}" BaseGUID="{11b75b0d-1178-4133-9539-e580bcb4a816}">
<Category Name="ACDCOverview" GUID="{c8887ac6-3c60-4209-9d69-8f4c12a60044}">
<Color Name="Chevron">
<Foreground Type="CT_RAW" Source="FF1F2430" />
Expand Down Expand Up @@ -5483,11 +5483,11 @@
<Foreground Type="CT_INVALID" Source="00000000" />
</Color>
<Color Name="Peek Background">
<Background Type="CT_INVALID" Source="00000000" />
<Background Type="CT_RAW" Source="FF1A1F29" />
<Foreground Type="CT_INVALID" Source="00000000" />
</Color>
<Color Name="Peek Background Unfocused">
<Background Type="CT_INVALID" Source="00000000" />
<Background Type="CT_RAW" Source="F5171B23" />
<Foreground Type="CT_INVALID" Source="00000000" />
</Color>
<Color Name="Peek History Selected">
Expand Down
Binary file added Ayu-TrueMirage/ayu-truemirage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions Ayu-TrueMirage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Ayu_TrueMirage.e1e706e2-05d3-4da9-8754-652cd8ab65f4" Version="1.0" Language="en-US" Publisher="tmartin" />
<DisplayName>Ayu_TrueMirage</DisplayName>
<Description xml:space="preserve">VSTheme project.</Description>
<Identity Id="Ayu_TrueMirage.e1e706e2-05d3-4da9-8754-652cd8ab65f4" Version="1.0.2" Language="en-US" Publisher="Tommy Martin" />
<DisplayName>Ayu TrueMirage</DisplayName>
<Description xml:space="preserve">Ayu-Mirage theme for VS2022</Description>
<Icon>ayu-truemirage.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
Expand Down

0 comments on commit 8bd21b6

Please sign in to comment.