Skip to content

Commit 66f1342

Browse files
authored
Merge pull request #6 from WTFive/panda
Add Panda theme
2 parents 52fe998 + f9aea3b commit 66f1342

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The
2222

2323
[Cyberpunk 2077](./themes/Cyberpunk2077.json) from [@berkanuslu](https://github.com/berkanuslu) based on [Cyberpunk 2077 UI Presentation](https://www.artstation.com/artwork/18mLB8).
2424

25-
![Cyberpunk2077](screenshots/Cyberpunk2077.png)
25+
![Cyberpunk2077](screenshots/Cyberpunk2077.png)
26+
27+
[Panda theme](./themes/Panda.json) from [@WTFive](https://github.com/wtfive) based on [VSCode Panda theme](https://marketplace.visualstudio.com/items?itemName=tinkertrain.theme-panda).
28+
29+
![Panda theme](screenshots/Panda.png)

screenshots/Panda.png

459 KB
Loading

themes/Panda.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#292A2B",
4+
"WindowBorder": "#222223",
5+
"TitleBar": "#31353a",
6+
"ToolBar": "#292A2B",
7+
"Popup": "#242526",
8+
"Contents": "#242526",
9+
"Badge": "#FFB86C",
10+
"BadgeFG": "#ffffff",
11+
"Conflict": "#FFB86C",
12+
"ConflictForeground": "#E6E6E6",
13+
"DecoratorTag": "#B084EB",
14+
"Border0": "#222223",
15+
"Border1": "#31353a",
16+
"Border2": "#373B41",
17+
"FlatButton.Background": "#292A2B",
18+
"FlatButton.BackgroundHovered": "#3E4250",
19+
"FG1": "#E6E6E6",
20+
"FG2": "#BBBBBB",
21+
"Diff.EmptyBG": "#31353a",
22+
"Diff.AddedBG": "#074b41",
23+
"Diff.DeletedBG": "#4c2336",
24+
"Diff.AddedHighlight": "#0f9582",
25+
"Diff.DeletedHighlight": "#cc5e91",
26+
"SystemAccentColor": "#14c7ad",
27+
"Link": "#B084EB"
28+
},
29+
"OpacityForNotMergedCommits": 0.7,
30+
"GraphColors": [
31+
"#FF75B5",
32+
"#19f9d8",
33+
"#FFB86C",
34+
"#45A9F9",
35+
"#FF2C6D",
36+
"#B084EB",
37+
"#FF9AC1",
38+
"#6FE7D2",
39+
"#FF4B82",
40+
"#FFB86C"
41+
]
42+
}

0 commit comments

Comments
 (0)