Merge pull request #481 from kalilistic/remove-bad-color

This commit is contained in:
goaaats 2021-08-19 17:00:15 +02:00 committed by GitHub
commit ec1eb00405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -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>

View file

@ -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),