Skip to content

Commit 4469da2

Browse files
committed
added gradient-cosmic-aurora, gradient-midnight-mist
1 parent 12cc29d commit 4469da2

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

lib/metro.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47920,6 +47920,25 @@ button.light.outline,
4792047920
#333399,
4792147921
#0033ff);
4792247922
}
47923+
.gradient-cosmic-aurora {
47924+
--background:
47925+
radial-gradient(
47926+
ellipse at 20% 30%,
47927+
rgba(56, 189, 248, 0.4) 0%,
47928+
transparent 60%),
47929+
radial-gradient(
47930+
ellipse at 80% 70%,
47931+
rgba(139, 92, 246, 0.3) 0%,
47932+
transparent 70%),
47933+
radial-gradient(
47934+
ellipse at 60% 20%,
47935+
rgba(236, 72, 153, 0.25) 0%,
47936+
transparent 50%),
47937+
radial-gradient(
47938+
ellipse at 40% 80%,
47939+
rgba(34, 197, 94, 0.2) 0%,
47940+
transparent 65%);
47941+
}
4792347942
.gradient-sunny-morning {
4792447943
--background:
4792547944
linear-gradient(
@@ -47966,6 +47985,21 @@ button.light.outline,
4796647985
#00f260,
4796747986
#0575e6);
4796847987
}
47988+
.gradient-midnight-mist {
47989+
--background:
47990+
radial-gradient(
47991+
circle at 50% 100%,
47992+
rgba(70, 85, 110, 0.5) 0%,
47993+
transparent 60%),
47994+
radial-gradient(
47995+
circle at 50% 100%,
47996+
rgba(99, 102, 241, 0.4) 0%,
47997+
transparent 70%),
47998+
radial-gradient(
47999+
circle at 50% 100%,
48000+
rgba(181, 184, 208, 0.3) 0%,
48001+
transparent 80%);
48002+
}
4796948003

4797048004
/* source/colors-css/stroke.less */
4797148005
:root {

lib/metro.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/include/vars.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,13 +509,15 @@ bronze-taupe-nude, taupe-nude-champagne, nude-champagne-seashell, steel-charcoal
509509
@gradient-purple-love: linear-gradient(45deg, #cc2b5e, #753a88, #4a235a);
510510
@gradient-cherry-glow: linear-gradient(45deg, #f05053, #e1eec3, #a7bf5d);
511511
@gradient-cosmic-fusion: linear-gradient(45deg, #ff00cc, #333399, #0033ff);
512+
@gradient-cosmic-aurora: radial-gradient(ellipse at 20% 30%, rgba(56, 189, 248, 0.4) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(139, 92, 246, 0.3) 0%, transparent 70%), radial-gradient(ellipse at 60% 20%, rgba(236, 72, 153, 0.25) 0%, transparent 50%), radial-gradient(ellipse at 40% 80%, rgba(34, 197, 94, 0.2) 0%, transparent 65%);
512513
@gradient-sunny-morning: linear-gradient(45deg, #f6d365, #fda085, #fbc2eb);
513514
@gradient-winter-frost: linear-gradient(45deg, #a1c4fd, #c2e9fb, #e2ebf0);
514515
@gradient-neon-pulse: linear-gradient(45deg, #00fffc, #fc00ff, #fffc00);
515516
@gradient-royal-elegance: linear-gradient(45deg, #141e30, #243b55, #4286f4);
516517
@gradient-sunset: linear-gradient(to right, #fdc830, #f37335);
517518
@gradient-emerald-sea: linear-gradient(to right, #00f260, #0575e6);
519+
@gradient-midnight-mist: radial-gradient(circle at 50% 100%, rgba(70, 85, 110, 0.5) 0%, transparent 60%), radial-gradient(circle at 50% 100%, rgba(99, 102, 241, 0.4) 0%, transparent 70%), radial-gradient(circle at 50% 100%, rgba(181, 184, 208, 0.3) 0%, transparent 80%);
518520

519-
@gradient-themed: blue-coral, sunset-dream, deep-space, emerald-green, purple-love, cherry-glow, cosmic-fusion, sunny-morning, winter-frost,
520-
neon-pulse, royal-elegance, sunset, emerald-sea;
521+
@gradient-themed: blue-coral, sunset-dream, deep-space, emerald-green, purple-love, cherry-glow, cosmic-fusion, cosmic-aurora,
522+
sunny-morning, winter-frost, neon-pulse, royal-elegance, sunset, emerald-sea, midnight-mist;
521523

0 commit comments

Comments
 (0)