-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCyberpunk2077.json
48 lines (48 loc) · 1.1 KB
/
Cyberpunk2077.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"BasicColors": {
"Window": "#131313",
"WindowBorder": "#131313",
"TitleBar": "#0d343b",
"ToolBar": "#131313",
"Popup": "#131313",
"Contents": "#0d343b",
"Badge": "#f9f500",
"BadgeFG": "#D35400",
"Conflict": "#1aee80",
"ConflictForeground": "#a3d5d6",
"Border0": "#920539",
"Border1": "#f5405f",
"Border2": "#8C6239",
"FlatButton.Background": "#2C2C2C",
"FlatButton.BackgroundHovered": "#8C6239",
"FG1": "#f9f500",
"FG2": "#f91643",
"Diff.EmptyBG": "#cabf03",
"Diff.AddedBG": "#3B4D61",
"Diff.DeletedBG": "#920539",
"Diff.AddedHighlight": "#08a6cb",
"Diff.DeletedHighlight": "#f5405f",
"DecoratorTag": "#00effe",
"SystemAccentColor": "#32d8f2",
"Link": "#00effe"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f9f500",
"#00effe",
"#32d8f2",
"#f91643",
"#f5405f",
"#D35400",
"#8C6239",
"#3B4D61",
"#08a6cb",
"#cabf03",
"#a3d5d6",
"#920539",
"#1aee80",
"#131313",
"#0d343b"
]
}