Skip to content

Commit

Permalink
imp - Moved NitricAcid to base themes
Browse files Browse the repository at this point in the history
---

As we're so close to the release of Nitrocid KS 0.1.0, we've decided to move this companion theme to the base themes instead of the addons.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 15, 2024
1 parent f9d8ce5 commit 497bbab
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 27 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@
<data name="BlackRose" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Themes\BlackRose.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1256</value>
</data>
<data name="NitricAcid" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Themes\NitricAcid.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1256</value>
</data>
<data name="DefaultVivid" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Themes\DefaultVivid.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1256</value>
</data>
Expand Down
1 change: 1 addition & 0 deletions public/Nitrocid/ConsoleBase/Themes/ThemeTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static class ThemeTools
{
{ "Default", new ThemeInfo(JToken.Parse(ThemesResources.Default)) },
{ "Dynamic", new ThemeInfo(JToken.Parse(ThemesResources.Dynamic)) },
{ "NitricAcid", new ThemeInfo(JToken.Parse(ThemesResources.NitricAcid)) },
};

/// <summary>
Expand Down
24 changes: 24 additions & 0 deletions public/Nitrocid/Resources/ThemesResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions public/Nitrocid/Resources/ThemesResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,7 @@
<data name="Dynamic" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Themes\Dynamic.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1256</value>
</data>
<data name="NitricAcid" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Themes\NitricAcid.json;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1256</value>
</data>
</root>

0 comments on commit 497bbab

Please sign in to comment.