From ecad3fda1199dc944c6d03bc8044ae95480c521f Mon Sep 17 00:00:00 2001 From: Rsge <rsge@web.de> Date: Sun, 6 Feb 2022 20:21:51 +0100 Subject: [PATCH] Changed CUC color from cyan to yellow --- Highlights.xml.cuc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Highlights.xml.cuc b/Highlights.xml.cuc index 8a3200d..2a8b6a9 100644 --- a/Highlights.xml.cuc +++ b/Highlights.xml.cuc @@ -28,8 +28,8 @@ <style name="WorkedFill" type="FilledHex" width ="1" color="0,255,0,50" /> <style name="WorkedOutline" type="SplineBorder" width ="7" texture="hex_contour1.dds" color="0,255,0,164" /> - <style name="UnlockedFill" type="FilledHex" width ="1" color="0,255,255,50" /> - <style name="UnlockedOutline" type="SplineBorder" width ="7" texture="hex_contour1.dds" color="0,255,255,164" /> + <style name="UnlockedFill" type="FilledHex" width ="1" color="255,255,0,50" /> + <style name="UnlockedOutline" type="SplineBorder" width ="7" texture="hex_contour1.dds" color="255,255,0,164" /> <style name="OwnedFill" type="FilledHex" width ="1" color="0,140,255,50" /> <style name="OwnedOutline" type="SplineBorder" width ="7" texture="hex_contour1.dds" color="0,140,255,164" /> -- GitLab