mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: remove bad/dupe white
This commit is contained in:
parent
64065abc9d
commit
401e6e2868
2 changed files with 0 additions and 6 deletions
|
|
@ -7,11 +7,6 @@ namespace Dalamud.Interface.Colors
|
|||
/// </summary>
|
||||
public static class ImGuiColors
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets white color.
|
||||
/// </summary>
|
||||
public static Vector4 White { get; } = new Vector4(255, 255, 255, 1);
|
||||
|
||||
/// <summary>
|
||||
/// Gets red used in dalamud.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
this.colors = new List<(string Name, Vector4 Color)>()
|
||||
{
|
||||
("White", ImGuiColors.White),
|
||||
("DalamudRed", ImGuiColors.DalamudRed),
|
||||
("DalamudGrey", ImGuiColors.DalamudGrey),
|
||||
("DalamudGrey2", ImGuiColors.DalamudGrey2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue