We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7365d3e + 13bd257 commit 63b545eCopy full SHA for 63b545e
src/core/theme/transparent
@@ -0,0 +1,10 @@
1
+import { Theme } from "./_theme";
2
+
3
+export default Theme({
4
+ palette: {
5
+ bg: ["rgba(16, 16, 16, 0.5)", "rgba(64, 64, 64, 0.5)"],
6
+ text: ["#f0f0f0", "#dcdcdc"],
7
+ color: ["#ffa116", "#5cb85c", "#f0ad4e", "#d9534f"],
8
+ },
9
+ css: `#L{fill:#fff}`,
10
+});
0 commit comments