Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Fixed Publish page
Browse files Browse the repository at this point in the history
[+] Fixed Publish page
  • Loading branch information
GhostNaix committed Feb 16, 2022
1 parent 378b256 commit 9e9b445
Show file tree
Hide file tree
Showing 8 changed files with 3,492 additions and 4,538 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Kurt
Copyright (c) 2020 Kurt & Naix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Hyper Theme - Visual Studio
# HyperEX Theme - Visual Studio
A black Visual Studio theme inspired by Hyper Terminal

![Theme Screenshot](/assets/sample.png)

# Fixes
* Fixed an issue with Publish page


## Theme
Expand All @@ -11,9 +13,8 @@ This theme is based on the default Visual Studio Dark theme with colours program

## Installation

Download and install via the Visual Studio Marketplace

https://marketplace.visualstudio.com/items?itemName=kurtmkurtm.hypertheme-vs
~~Download and install via the Visual Studio Marketplace~~
~~https://marketplace.visualstudio.com/items?itemName=kurtmkurtm.hypertheme-vs~~

## License
[MIT](https://choosealicense.com/licenses/mit/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Hyper.vstheme">
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
<None Include="source.extension.vsixmanifest">
<None Include="HyperEX.vstheme">
<SubType>Designer</SubType>
</None>
</ItemGroup>
Expand Down
8,000 changes: 3,477 additions & 4,523 deletions src/HyperTheme-VisualStudio/Hyper.vstheme → src/Hyper EX Theme/HyperEX.vstheme

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?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="HyperTheme_VisualStudio.e1e706e2-05d3-4da9-8754-652cd8ab65f4" Version="1.0" Language="en-US" Publisher="kurtmkurtm" />
<DisplayName>HyperTheme</DisplayName>
<Description xml:space="preserve">Hyper inspired theme for visual studio</Description>
<Identity Id="HyperEXTheme_VisualStudio.e1e706e2-05d3-4da9-8754-652cd8ab65f4" Version="1.1" Language="en-US" Publisher="kurtmkurtm &amp; Naix" />
<DisplayName>HyperEX_Theme</DisplayName>
<Description xml:space="preserve">Hyper inspired theme for visual studio fixed</Description>
<License>LICENSE.txt</License>
<PreviewImage>sample.png</PreviewImage>
<Preview>true</Preview>
</Metadata>
<Installation>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/HyperTheme-VisualStudio.sln → src/HyperEX.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperTheme", "HyperTheme-VisualStudio\HyperTheme.csproj", "{CC664A65-DCE2-487E-B1E7-97D01C3A3B8E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperEX", "Hyper EX Theme\HyperEX.csproj", "{CC664A65-DCE2-487E-B1E7-97D01C3A3B8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -20,6 +20,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AD7CF2A-001B-43E0-960F-5DDE35762476}
SolutionGuid = {5B56C446-59F6-46EA-B37A-E8433154F8E3}
EndGlobalSection
EndGlobal

1 comment on commit 9e9b445

@GhostNaix
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed Getting Flashbang by the publish @ 4AM

Please sign in to comment.