Skip to content

Commit 52fe998

Browse files
authored
Merge pull request #5 from berkanuslu/feature/cyberpunk-2077-theme
ADDED New Cyberpunk 2077 colors theme
2 parents e19e3ab + a408ccf commit 52fe998

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

README.md

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

1919
[Nord](./themes/Nord.json) from [@JeanFranz73](https://gist.github.com/JeanFranz73) based on [Nord palette](https://github.com/nordtheme/nord).
2020

21-
![JetBrainsDark DiffHighContras](screenshots/Nord.png)
21+
![Nord](screenshots/Nord.png)
22+
23+
[Cyberpunk 2077](./themes/Cyberpunk2077.json) from [@berkanuslu](https://github.com/berkanuslu) based on [Cyberpunk 2077 UI Presentation](https://www.artstation.com/artwork/18mLB8).
24+
25+
![Cyberpunk2077](screenshots/Cyberpunk2077.png)

screenshots/Cyberpunk2077.png

295 KB
Loading

themes/Cyberpunk2077.json

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#131313",
4+
"WindowBorder": "#131313",
5+
"TitleBar": "#0d343b",
6+
"ToolBar": "#131313",
7+
"Popup": "#131313",
8+
"Contents": "#0d343b",
9+
"Badge": "#f9f500",
10+
"BadgeFG": "#D35400",
11+
"Conflict": "#1aee80",
12+
"ConflictForeground": "#a3d5d6",
13+
"Border0": "#920539",
14+
"Border1": "#f5405f",
15+
"Border2": "#8C6239",
16+
"FlatButton.Background": "#2C2C2C",
17+
"FlatButton.BackgroundHovered": "#8C6239",
18+
"FG1": "#f9f500",
19+
"FG2": "#f91643",
20+
"Diff.EmptyBG": "#cabf03",
21+
"Diff.AddedBG": "#3B4D61",
22+
"Diff.DeletedBG": "#920539",
23+
"Diff.AddedHighlight": "#08a6cb",
24+
"Diff.DeletedHighlight": "#f5405f",
25+
"DecoratorTag": "#00effe",
26+
"SystemAccentColor": "#32d8f2",
27+
"Link": "#00effe"
28+
},
29+
"GraphPenThickness": 2,
30+
"OpacityForNotMergedCommits": 0.5,
31+
"GraphColors": [
32+
"#f9f500",
33+
"#00effe",
34+
"#32d8f2",
35+
"#f91643",
36+
"#f5405f",
37+
"#D35400",
38+
"#8C6239",
39+
"#3B4D61",
40+
"#08a6cb",
41+
"#cabf03",
42+
"#a3d5d6",
43+
"#920539",
44+
"#1aee80",
45+
"#131313",
46+
"#0d343b"
47+
]
48+
}

0 commit comments

Comments
 (0)