]> de.git.xonotic.org Git - xonotic/mediasource.git/blobdiff - gfx/luma/gfx/hud/luma/common.gradients
Some more Luma graphics and revisions
[xonotic/mediasource.git] / gfx / luma / gfx / hud / luma / common.gradients
index f38b9cc707604ca28c082c3b9632215f7dbe5e2d..8740df2796c6661b7222f33ce7c95d93ac254950 100644 (file)
@@ -1,19 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
        <defs>
-               <linearGradient id="border_default" x2="0" y2="1">
-                       <stop offset="0" stop-color="#2f2f2f" stop-opacity=".83"/>
-                       <stop offset="1" stop-color="#1f1f1f" stop-opacity=".44"/>
+               <radialGradient id="border_corner" cx="0%" cy="0%" r="100%" gradientUnits="userSpaceOnUse">
+                       <stop offset=".25" stop-color="#1f1f1f" stop-opacity=".4"/>
+                       <stop offset=".75" stop-color="#2f2f2f" stop-opacity=".6"/>
+               </radialGradient>
+               <linearGradient id="border_default" x2="0%" y2="100%" gradientUnits="userSpaceOnUse">
+                       <stop offset="0" stop-color="#2f2f2f" stop-opacity=".8"/>
+                       <stop offset="1" stop-color="#1f1f1f" stop-opacity=".4"/>
                </linearGradient>
-               <linearGradient id="border_open" x2="0" y2="1">
-                       <stop offset="0"   stop-color="#2f2f2f" stop-opacity=".83"/>
-                       <stop offset=".75" stop-color="#1f1f1f" stop-opacity=".44"/>
+               <linearGradient id="border_fading" x2="0%" y2="100%" gradientUnits="userSpaceOnUse">
+                       <stop offset="0"   stop-color="#2f2f2f" stop-opacity=".8"/>
+                       <stop offset=".75" stop-color="#1f1f1f" stop-opacity=".4"/>
                        <stop offset="1"   stop-color="#1f1f1f" stop-opacity="0" />
                </linearGradient>
-               <radialGradient id="border_glow" cx="0.5" cy="-0.0625" r="0.5" gradientTransform="scale(1,0.5)">
-                       <stop offset="0"  stop-color="#9f9f9f" stop-opacity=".17"/>
-                       <stop offset=".5" stop-color="#9f9f9f" stop-opacity=".06"/>
-                       <stop offset="1"  stop-color="#9f9f9f" stop-opacity="0"/>
-               </radialGradient>
+               <linearGradient id="weapon_ammo">
+                       <stop offset="0"  stop-color="#baff13"/>
+                       <stop offset=".5" stop-color="#70fb00"/>
+                       <stop offset="1"  stop-color="#29da00"/>
+               </linearGradient>
        </defs>
 </svg>