Skip to content

Commit 63b545e

Browse files
authored
Merge pull request #130 from iyehah/patch-1
Create transparent theme
2 parents 7365d3e + 13bd257 commit 63b545e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/core/theme/transparent

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)