Skip to content

Commit fd19af4

Browse files
authored
Merge pull request #9 from tihonove/main
ADDED New SynthWave '84 theme
2 parents c202304 + 0d4e28e commit fd19af4

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

README.md

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

3131
[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).
3232

33-
![Panda theme](screenshots/Panda.png)
33+
![Panda theme](screenshots/Panda.png)
34+
35+
[SynthWave '84 theme](./themes/Synthwave84.json) based on [VSCode SynthWave '84 theme](https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode).
36+
37+
![SynthWave '84 theme](screenshots/Synthwave84.png)

screenshots/Synthwave84.png

218 KB
Loading

themes/Synthwave84.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#271530",
4+
"WindowBorder": "#271530",
5+
"TitleBar": "#271530",
6+
"ToolBar": "#271530",
7+
"Popup": "#4b276a",
8+
"Contents": "#291e36",
9+
"Badge": "#BF4040",
10+
"BadgeFG": "#1C1525",
11+
"Conflict": "#D16969",
12+
"ConflictForeground": "#FFFFFF",
13+
"Border0": "#312C39",
14+
"Border1": "#16151E",
15+
"Border2": "#312C39",
16+
"FlatButton.Background": "#49285E",
17+
"FlatButton.BackgroundHovered": "#582F71",
18+
"FG1": "#9d95a1",
19+
"FG2": "#b4abbc",
20+
"Diff.EmptyBG": "#291e36",
21+
"Diff.AddedBG": "#2A2C28",
22+
"Diff.DeletedBG": "#3C111E",
23+
"Diff.AddedHighlight": "#214836",
24+
"Diff.DeletedHighlight": "#570D22",
25+
"DecoratorTag": "#BF4040",
26+
"SystemAccentColor": "#680060",
27+
"Link": "#f97e72"
28+
},
29+
"GraphPenThickness": 2,
30+
"OpacityForNotMergedCommits": 0.5,
31+
"GraphColors": [
32+
"#ff9502",
33+
"#ff2968",
34+
"#ffcc00",
35+
"#4EC9B0",
36+
"#cb73e1",
37+
"#1cadf8",
38+
"#CE9178",
39+
"#C8C8C8",
40+
"#808080",
41+
"#a2845e",
42+
"#99442b",
43+
"#22A822",
44+
"#CC0000"
45+
]
46+
}

0 commit comments

Comments
 (0)