Updated mooncore styles. Adjusted theme editor and theme loading. Changed versions Upgraded mooncore.blazor.flyonui. Made moonlight flyonui/daisyui compatible
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
<span>Base Colors</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBackground"/>
|
||||
<span class="ms-2.5">Background</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBaseContent"/>
|
||||
<span class="ms-2.5">Base Content</span>
|
||||
@@ -22,21 +17,11 @@
|
||||
<span class="ms-2.5">Base 100</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBase150"/>
|
||||
<span class="ms-2.5">Base 150</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBase200"/>
|
||||
<span class="ms-2.5">Base 200</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBase250"/>
|
||||
<span class="ms-2.5">Base 250</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorBase300"/>
|
||||
<span class="ms-2.5">Base 300</span>
|
||||
@@ -78,6 +63,15 @@
|
||||
<ColorSelector Icon="icon-type" @bind-Value="Theme.ColorAccentContent"/>
|
||||
<span class="ms-2.5">Accent Content</span>
|
||||
</div>
|
||||
|
||||
<div class="col-span-1 flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorNeutral"/>
|
||||
<span class="ms-2.5">Neutral</span>
|
||||
</div>
|
||||
<div class="col-span-1 flex flex-row items-center">
|
||||
<ColorSelector Icon="icon-type" @bind-Value="Theme.ColorNeutralContent"/>
|
||||
<span class="ms-2.5">Neutral Content</span>
|
||||
</div>
|
||||
|
||||
<div class="col-span-1 flex flex-row items-center">
|
||||
<ColorSelector @bind-Value="Theme.ColorInfo"/>
|
||||
|
||||
Reference in New Issue
Block a user