diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/userpalette.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/userpalette.cpp b/src/gui/userpalette.cpp index 8ae5cb8b0..7fe8074b0 100644 --- a/src/gui/userpalette.cpp +++ b/src/gui/userpalette.cpp @@ -38,6 +38,7 @@ const std::string ColorTypeNames[] = "ColorDisregarded", "ColorIgnored", "ColorErased", + "ColorEnemy", "ColorPlayer", "ColorSelf", "ColorGM", @@ -184,6 +185,11 @@ UserPalette::UserPalette() : // TRANSLATORS: palette color GradientType::STATIC, _("Guild members")); + addColor(UserColorId::ENEMY, + 0xff4040, + GradientType::STATIC, + // TRANSLATORS: palette color + _("Enemy")); addColor(UserColorId::PARTICLE, 0xffffff, // TRANSLATORS: palette color |