From eb0b8a46f64e3728f04ec12414e8c88db032bb7e Mon Sep 17 00:00:00 2001 From: k9er Date: Mon, 13 Jan 2025 18:06:51 +0000 Subject: [PATCH] Improve weapon colors, and make HLAC green --- gfx/luma/gfx/hud/luma/common.css | 22 +++++++++++----------- gfx/luma/models/weapons/common.css | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/gfx/luma/gfx/hud/luma/common.css b/gfx/luma/gfx/hud/luma/common.css index 913cb8e..4147e9e 100755 --- a/gfx/luma/gfx/hud/luma/common.css +++ b/gfx/luma/gfx/hud/luma/common.css @@ -29,28 +29,28 @@ .supercells { fill:#d0f08a } /* Weapons */ -.arc { fill:#7c9ceb } +.arc { fill:#81a4ea } .crylink { fill:#ea6ff9 } .electro { fill:#6899f2 } .fireball { fill:#f0855f } -.grenadelauncher { fill:#fd7865 } -.hagar { fill:#e39160 } -.hlac { fill:#e5965b } +.grenadelauncher { fill:#fc6450 } +.hagar { fill:#e28b58 } +.hlac { fill:#81f13d } .hmg { fill:#fd7865 } -.hook { fill:#81f13d } +.hook { fill:#78d164 } .laser { fill:#f7717b } -.minelayer { fill:#fd7865 } +.minelayer { fill:#fc8364 } .minstanex { fill:#978ed2 } .nex { fill:#75c3d5 } -.porto { fill:#6899f2 } -.rifle { fill:#e39160 } +.porto { fill:#678bef } +.rifle { fill:#e29e5a } .rocketlauncher { fill:#e9be57 } .rpc { fill:#e9be57 } -.seeker { fill:#f7717b } +.seeker { fill:#f47088 } .shotgun { fill:#849ba8 } .shockwave { fill:#77b38a } -.tuba { fill:#e9be57 } -.uzi { fill:#81f13d } +.tuba { fill:#e8d058 } +.uzi { fill:#ade244 } /* Misc */ .progressbar { fill:#ffffff } diff --git a/gfx/luma/models/weapons/common.css b/gfx/luma/models/weapons/common.css index a67f807..e07d8f2 100755 --- a/gfx/luma/models/weapons/common.css +++ b/gfx/luma/models/weapons/common.css @@ -1,24 +1,24 @@ /* Weapons */ -.arc { fill:#7094e6 } +.arc { fill:#769ce2 } .crylink { fill:#d261e0 } .electro { fill:#5e95e8 } .fireball { fill:#db7147 } -.grenadelauncher { fill:#f85e46 } -.hagar { fill:#db8247 } -.hlac { fill:#dc8742 } -.hook { fill:#6ce820 } +.grenadelauncher { fill:#f44e38 } +.hagar { fill:#d67940 } +.hlac { fill:#6ce820 } +.hook { fill:#66c44e } .laser { fill:#f35d68 } -.minelayer { fill:#f85e46 } +.minelayer { fill:#f46e49 } .minstanex { fill:#857bca } .nex { fill:#50b1c5 } -.porto { fill:#5e95e8 } -.rifle { fill:#db8247 } +.porto { fill:#5f86e2 } +.rifle { fill:#d68d40 } .rocketlauncher { fill:#c49f3c } -.seeker { fill:#f35d68 } +.seeker { fill:#ef5d78 } .shockwave { fill:#53b871 } .shotgun { fill:#8397a3 } -.tuba { fill:#c49f3c } -.uzi { fill:#6ce820 } +.tuba { fill:#c4b03c } +.uzi { fill:#9ad328 } /* Filters */ .shining { filter:url(common.filters#shining) } -- 2.39.5