]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/models/items/common.css
Update luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / models / items / common.css
index e816e10f76c2306afb6c72a04a3c15482e44811c..aa03838fcf3fabb98ccfcc154ffc51d8476e8004 100755 (executable)
@@ -1,24 +1,31 @@
 /* Vitals */
-.simple-armor  { fill:#87ff00 }
-.simple-health { fill:#ff3807 }
+.armor       { fill:#72de1a }
+.health      { fill:#e74727 }
+.health_dark { fill:#c84a2c }
 
 /* Ammo */
-.simple-bullets { fill:#8fff75 }
-.simple-cells   { fill:#8de3ff }
-.simple-fuel    { fill:#fbe461 }
-.simple-plasma  { fill:#f8a9ff }
-.simple-rockets { fill:#ffa76d }
-.simple-shells  { fill:#7ef6c1 }
+.bullets { fill:#86c064 }
+.cells   { fill:#78c2d4 }
+.fuel    { fill:#f8d760 }
+.plasma  { fill:#e38ded }
+.rockets { fill:#d79064 }
+.shells  { fill:#929fa8 }
 
 /* Powerups */
-.simple-detonator    { fill:#ffbe2d }
-.simple-invisibility { fill:#5591ff }
-.simple-resurrection { fill:#ff4b7e }
-.simple-speed        { fill:#44d8fd }
-.simple-strength     { fill:#ff8c37 }
-.simple-superweapons { fill:#d1fc26 }
-.simple-xray         { fill:#8186fb }
+.detonator    { fill:#db8247 }
+.invisibility { fill:#5e95e8 }
+.fuelregen    { fill:#c4a93c }
+.resurrection { fill:#f35d68 }
+.shield       { fill:#6ce820 }
+.speed        { fill:#50b1c5 }
+.strength     { fill:#db8247 }
+.superweapons { fill:#c49f3c }
+.ultrahealing { fill:#f85e46 }
+.xray         { fill:#857bca }
+
+/* Jetpack */
+.jetpack { fill:#c4a93c }
 
 /* Filters */
-.simple-glowing { filter:url(common.filters#simple-glowing) }
-.simple-backing { filter:url(common.filters#simple-backing) }
+.shining  { filter:url(common.filters#shining) }
+.darkened { filter:url(common.filters#darkened) }