mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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>
|
/// </summary>
|
||||||
public static class ImGuiColors
|
public static class ImGuiColors
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// Gets white color.
|
|
||||||
/// </summary>
|
|
||||||
public static Vector4 White { get; } = new Vector4(255, 255, 255, 1);
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets red used in dalamud.
|
/// Gets red used in dalamud.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
|
|
||||||
this.colors = new List<(string Name, Vector4 Color)>()
|
this.colors = new List<(string Name, Vector4 Color)>()
|
||||||
{
|
{
|
||||||
("White", ImGuiColors.White),
|
|
||||||
("DalamudRed", ImGuiColors.DalamudRed),
|
("DalamudRed", ImGuiColors.DalamudRed),
|
||||||
("DalamudGrey", ImGuiColors.DalamudGrey),
|
("DalamudGrey", ImGuiColors.DalamudGrey),
|
||||||
("DalamudGrey2", ImGuiColors.DalamudGrey2),
|
("DalamudGrey2", ImGuiColors.DalamudGrey2),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue