Skip to content

Commit 3153bc0

Browse files
authored
Merge pull request #131 from iyehah/transparent-change
Transparent change
2 parents b9e372a + dc338e2 commit 3153bc0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,14 @@ Now we have 6 themes. If you have any great idea, please feel free to open a PR!
251251

252252
[![Leetcode Stats](https://leetcard.jacoblin.cool/JacobLinCool?theme=unicorn)](https://leetcard.jacoblin.cool/JacobLinCool?theme=unicorn)
253253

254+
#### Transparent
255+
256+
```md
257+
![Leetcode Stats](https://leetcard.jacoblin.cool/JacobLinCool?theme=transparent)
258+
```
259+
260+
[![Leetcode Stats](https://leetcard.jacoblin.cool/JacobLinCool?theme=transparent)](https://leetcard.jacoblin.cool/JacobLinCool?theme=transparent)
261+
254262
### Fonts
255263

256264
You can now use almost all fonts on [Google Fonts](https://fonts.google.com/).

src/core/theme/transparent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Theme } from "./_theme";
22

33
export default Theme({
44
palette: {
5-
bg: ["rgba(16, 16, 16, 0.5)", "rgba(64, 64, 64, 0.5)"],
6-
text: ["#f0f0f0", "#dcdcdc"],
5+
bg: ["rgba(16, 16, 16, 0.5)", "rgba(0, 0, 0, 0.5)"],
6+
text: ["#417E87", "#417E87"],
77
color: ["#ffa116", "#5cb85c", "#f0ad4e", "#d9534f"],
88
},
99
css: `#L{fill:#fff}`,

0 commit comments

Comments
 (0)