From 21833bd532c5c602de1ed62afc8b8af31f501632 Mon Sep 17 00:00:00 2001
From: DCFApixels <99481254+DCFApixels@users.noreply.github.com>
Date: Tue, 11 Mar 2025 10:58:05 +0800
Subject: [PATCH] Update MetaColorAttribute.cs
---
src/DebugUtils/MetaAttributes/MetaColorAttribute.cs | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/DebugUtils/MetaAttributes/MetaColorAttribute.cs b/src/DebugUtils/MetaAttributes/MetaColorAttribute.cs
index ed74e74..507ae0d 100644
--- a/src/DebugUtils/MetaAttributes/MetaColorAttribute.cs
+++ b/src/DebugUtils/MetaAttributes/MetaColorAttribute.cs
@@ -144,15 +144,13 @@ namespace DCFApixels.DragonECS
public const uint SkyBlue = 0x_87ceeb_ff;
/// color code Plum. RGB is (221, 160, 221)
public const uint Plum = 0x_dda0dd_ff;
- /// color code Khaki. RGB is (240, 230, 140)
+ /// color code Khaki. RGB is (213, 197, 138)
public const uint Khaki = 0x_d5c58a_ff;
- /// color code Beige. RGB is (245, 245, 220)
+ /// color code Beige. RGB is (237, 232, 208)
public const uint Beige = 0x_ede8d0_ff;
/// color code Lavender. RGB is (230, 230, 250)
public const uint Lavender = 0x_e6e6fa_ff;
-
-
/// color code Goldenrod. RGB is (218, 165, 32)
public const uint Goldenrod = 0x_daa520_ff;
/// color code DeepPink. RGB is (255, 105, 180)
@@ -164,10 +162,9 @@ namespace DCFApixels.DragonECS
/// color code AmericanRose. RGB is (255, 3, 62)
public const uint AmericanRose = 0x_ff033e_ff;
-
- /// RGB is (255, 78, 133) color code
+ /// color code DragonRose. RGB is (255, 78, 133)
public const uint DragonRose = 0x_ff4e85_ff;
- /// RGB is (0, 255, 156) color code
+ /// color code DragonCyan. RGB is (0, 255, 156)
public const uint DragonCyan = 0x_00ff9c_ff;
#endregion